Plato on Github
Report Home
node_modules/cli/examples/spinner.js
Maintainability
94.52
Lines of code
7
Difficulty
3.25
Estimated Errors
0.03
Function weight
By Complexity
By SLOC
//#!/usr/bin/env node var cli = require('cli'); cli.spinner('Working..'); setTimeout(function () { cli.spinner('Working.. done!', true); //End the spinner }, 3000);