UNPKG

ember-cli-ajh

Version:

Command line tool for developing ambitious ember.js apps

12 lines (7 loc) 244 B
#!/usr/bin/env node 'use strict'; var setupThrobber = require('../../throbber') , throbber = setupThrobber(process.stdout.write.bind(process.stdout), 200); process.stdout.write('START'); throbber.start(); setTimeout(throbber.stop, 1100);