New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

rhino-loader

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

rhino-loader

Creates a loading screen in the cli

latest
Source
npmnpm
Version
1.1.0
Version published
Weekly downloads
0
Maintainers
1
Weekly downloads
 
Created
Source

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

Keywords

bat

FAQs

Package last updated on 22 Jul 2021

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts