owy
v0.2.9
Published
✏️ Simple and sexy looking terminal spinners and progress bars.
Downloads
54
Maintainers
Readme
Table of Contents
Install
npm install owy
Examples
const owy = require('owy');
const spinner = new owy.Spinner('Shining', {
style: {
interval: 60,
stages: ['⭐', '🌟']
}
});
spinner.start();
const owy = require('owy');
const spinner = new owy.Spinner('Spinning');
spinner.start();
Links
- Documentation: https://rosettea.github.io/Owy.js/
Contributing
If you would like to contribute, be sure to:
- Lint with our ESLint config
- Add JSDoc (if adding a new function)
And make a pull request!
Developing
git clone https://github.com/Rosettea/Owy.js
cd Owy
npm i
npm i eslint -g # For linting (if you don't have it installed)
# After making changes:
eslint lib/
If you aren't contributing code you can always open an issue.
License
Owy is licensed under the MIT license.
Read here for more info.