0.3.4 • Published 8 years ago
basic-math-utils v0.3.4
basic-math-utils
Basic math utilities for doing some basic math operations.
Master
Dev
Table of Contents
Installation
$ npm install basic-math-utils --saveChangelog
- View Changelog
Quick start
Clone project
git clone ssh://git@module.kopaxgroup.com:20024/dev-tools/basic-math-utils.gitInstall dependencies
npm installBuild project
npm run buildRun unit test
npm testWatch unit test
npm run test:watchWatch the /dist directory
npm run build:dist:watchWatch the /lib directory
npm run build:lib:watchContribute
master is used to release the version.
masteronly accept merge requests fromdev
dev is the developement branch. It should be used by developers for applying their merge requests.
If you wish to implement new functionalities you need to do a merge request including your change on the dev branch.
git checkout dev
git checkout $(whoami)-dev
git push -u origin $(whoami)-dev License
Licensed under the MIT License, Copyright © 2017-present Yeutech Company Limited.
See LICENSE for more information.
0.3.4
8 years ago