1.1.0 • Published 3 years ago

rhino-loader v1.1.0

Weekly downloads
-
License
SEE LICENSE IN RE...
Repository
github
Last release
3 years ago

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

Mac & Linux

⌨ 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
https://licensebuttons.net/l/by-sa/4.0/88x31.png

Readme template by @AceiusIO