Skip to content

✏️ Simple and sexy looking terminal spinners and progress bars.

License

Notifications You must be signed in to change notification settings

TorchedArchive/Owy.js

Repository files navigation

Owy

✏️ Simple and sexy looking terminal spinners and progress bars.

Made With Love GitHub license GitHub stars
Owy is a small and simple package that prints an elegant spinner/animation or (soon) a progress bar to the terminal.

Preview

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

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.

About

✏️ Simple and sexy looking terminal spinners and progress bars.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published