UNPKG

basic-math-utils

Version:

Basic math utilities for doing some basic math operations

83 lines (46 loc) 2.02 kB
# basic-math-utils Basic math utilities for doing some basic math operations. **Master** [![build status](https://module.kopaxgroup.com/dev-tools/basic-math-utils/badges/master/build.svg)](https://module.kopaxgroup.com/dev-tools/basic-math-utils/commits/master) [![coverage report](https://module.kopaxgroup.com/dev-tools/basic-math-utils/badges/master/coverage.svg)](https://module.kopaxgroup.com/dev-tools/basic-math-utils/commits/master) **Dev** [![build status](https://module.kopaxgroup.com/dev-tools/basic-math-utils/badges/dev/build.svg)](https://module.kopaxgroup.com/dev-tools/basic-math-utils/commits/dev) [![coverage report](https://module.kopaxgroup.com/dev-tools/basic-math-utils/badges/dev/coverage.svg)](https://module.kopaxgroup.com/dev-tools/basic-math-utils/commits/dev) ## Table of Contents - [Installation](#installation) - [Changelog](#changelog) - [Quick start](#quick-start) - [License](#license) --- ## Installation ```bash $ npm install basic-math-utils --save ``` ## Changelog - View [Changelog](CHANGELOG.md) ## Quick start Clone project git clone ssh://git@module.kopaxgroup.com:20024/dev-tools/basic-math-utils.git Install dependencies npm install Build project npm run build Run unit test npm test Watch unit test npm run test:watch Watch the `/dist` directory npm run build:dist:watch Watch the `/lib` directory npm run build:lib:watch # Contribute `master` is used to release the version. - `master` only accept merge requests from `dev` `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](LICENSE.md) for more information.