@xenfo/utils
v1.0.0
Published
Utilities for doing various annoying tasks
Readme
Utils
Usage
Install Node.JS then run the following commands.
git clone https://github.com/Xenfo/utils.git
cd utils
yarn
yarn build
yarn shellNow 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.
