0.1.0 • Published 5 years ago

@talesoft/tick v0.1.0

Weekly downloads
1
License
MIT
Repository
github
Last release
5 years ago

Tick JS

Build status Coverage Vulnerabilities

A timing library.

Installation

npm i @talesoft/tick

Docs coming soon.

Usage

// Docs coming soon, but try
import {} from '@talesoft/tick';
// and check what auto-completes in the brackets

Contributing

Before contributing, check out the Contribution Guidelines

Requires: npm

// Pull project
git clone https://github.com/Talesoft/tick-js

// Enter project directory
cd geometry-js

// Install development dependencies
npm install

// ... make your changes ...

// Run tests
npm run test

// Lint
npm run lint

// Fix linting problems
npm run lint:fix

// Build
npm run build

// ... create branch, commit, push, merge request etc. ...