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

node-cli-loader

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

node-cli-loader

Plugin to create animated loaders in the terminal

Source
npmnpm
Version
1.1.2
Version published
Weekly downloads
1
Maintainers
1
Weekly downloads
 
Created
Source

Node CLI Loader

Plugin to create animated loaders in the terminal programmatically.

Install

npm install node-cli-loader

Usage

Create a new loader:

Loader.create('Start loading', {
	spinname: 'dots',
	doneMessage: 'Loading finished!'
})

Options:

nameDESCRIPTIONVALUE TYPEEXAMPLEDEFAULT
spinnameName of the spinner to be displayedstringdots, sanddots
doneMessageMessage to change the loader when finishesstring'Loading finish!'

See all the spinners.

Stop the loaders and mark them as failures:

Loader.interrupt()

Stops all loaders in course:

Loader.stopAll()

Based on packages:

Keywords

cli

FAQs

Package last updated on 31 May 2024

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