0.2.9 ā€¢ Published 3 years ago

owy v0.2.9

Weekly downloads
3
License
MIT
Repository
github
Last release
3 years ago

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.

0.2.9

3 years ago

0.2.7

3 years ago

0.2.6

3 years ago

0.2.8

3 years ago

0.2.3

4 years ago

0.2.4

4 years ago

0.2.2

4 years ago

0.2.0

4 years ago

0.1.0

4 years ago