UNPKG

169 BJavaScriptView Raw
1#!/usr/bin/env node
2
3var cli = require('cli');
4
5cli.spinner('Working..');
6
7setTimeout(function () {
8 cli.spinner('Working.. done!', true); //End the spinner
9}, 3000);
\No newline at end of file