7af1bc51e56956a4cc1de2912447ab68d89647c6.svn-base 169 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 #!/usr/bin/env node var cli = require('cli'); cli.spinner('Working..'); setTimeout(function () { cli.spinner('Working.. done!', true); //End the spinner }, 3000);