1.0.0 • Published 3 years ago

@xenfo/utils v1.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

Utils

GitHub Commitizen friendly codecov

Usage

Install Node.JS then run the following commands.

git clone https://github.com/Xenfo/utils.git
cd utils
yarn
yarn build
yarn shell

Now you will be in an interactive shell with the Utils object. Use the Utils object by doing Utils.subSection.method, eg: Utils.math.gcf(12, 16).

To exit the interactive shell, press CTRL+D.