rhino-loader
v1.1.0
Published
Creates a loading screen in the cli
Downloads
2
Readme
rhino-loader
Creats a loading screen in the cli
Made By @Emantella And @AceiusIO
💻 Installation
Here's some options:
NPM (Reccomended)
- Install with
npm install rhino-loader
Windows
- Install via downloading Load.bat
Mac & Linux
- Install via downloading Load.sh
⌨ Useage examples
Batch/Sh Version:
Load.bat
#OR
./Load.sh #Make sure to mark as executable
JS Example:
async function example() {
await loader.load('A Message to show while loading');
await loader.warnLoad('A style if somthing is wrong');
await loader.plainLoad('A plain style');
await loader.numLoad(`A percent loading style
This style supports multiline string input`)
await loader.numLoad('A slower version that lines up with the other methods')
}
💾 Project Setup
Clone the project to disk with the GitHub CLI, GitHub Desktop, or however you get your git repos.
In order to commit to the project or build the code, you will need the folowing installed:
Then, install dev deps with
npm i
Now you're ready to go :D
Testing your changes
npm test
📜 Licencing
This work is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License
Readme template by @AceiusIO