0.1.0 • Published 7 years ago
@talesoft/tick v0.1.0
Tick JS
A timing library.
Installation
npm i @talesoft/tickDocs coming soon.
Usage
// Docs coming soon, but try
import {} from '@talesoft/tick';
// and check what auto-completes in the bracketsContributing
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. ...0.1.0
7 years ago