Utils
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.