Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/goliatone/chalk-cli-spinner
Colorful CLI spinners
https://github.com/goliatone/chalk-cli-spinner
Last synced: 4 days ago
JSON representation
Colorful CLI spinners
- Host: GitHub
- URL: https://github.com/goliatone/chalk-cli-spinner
- Owner: goliatone
- License: mit
- Created: 2015-12-06T16:35:24.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-08-16T20:07:34.000Z (about 8 years ago)
- Last Synced: 2024-10-11T09:08:40.107Z (27 days ago)
- Language: JavaScript
- Size: 6.84 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE-MIT
Awesome Lists containing this project
README
# Chalk Cli Spinner
Colorful CLI spinners
## Getting Started
Install the module with: `npm install chalk-cli-spinner````javascript
var Cspin = require('chalk-cli-spinner');
var spinner = new Cspin();
spinner.stop();
```## Documentation
_(Coming soon)_## Examples
_(Coming soon)_## Contributing
In lieu of a formal styleguide, take care to maintain the existing coding style. Add unit tests for any new or changed functionality. Lint and test your code using [Grunt](http://gruntjs.com/).## Release History
_(Nothing yet)_## License
Copyright (c) 2015 goliatone
Licensed under the MIT license.