Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/stefanpenner/pleasant-progress
https://github.com/stefanpenner/pleasant-progress
Last synced: 17 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/stefanpenner/pleasant-progress
- Owner: stefanpenner
- Created: 2014-06-28T23:00:07.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-05-05T18:25:24.000Z (over 9 years ago)
- Last Synced: 2024-10-17T18:12:46.659Z (19 days ago)
- Language: JavaScript
- Size: 158 KB
- Stars: 9
- Watchers: 3
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
pleasant-progress
===================module for outputing a pleasant progress indicator
Example
=======```js
var progress = new PleasantProgress();progress.start('building');
// => building .
// => building ..
// => building ...
// => building .progress.stop();
```