Skip to content
This repository was archived by the owner on Feb 18, 2022. It is now read-only.

scmn-dev/spinner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

spinner

simple spinner for secman cli.

Usage

import { spinner } from "@secman/spinner";

const loading = spinner("Loading ...").start();

// stop
loading.stop();

// success message
loading.succeed("Done");

// fail message
loading.fail("Failed");

Packages

 
 
 

Contributors