1.0.0 • Published 6 months ago

@marlowemarlowe/stars v1.0.0

Weekly downloads
-
License
MIT
Repository
-
Last release
6 months ago

��# stars

version version

Generate stars super easily with this library!

Installation

Use the package manager npm to install stars.

npm install @marlowemarlowe/stars

Usage

const { generate } = require(`../index.js`);

// generate 1000 lines
console.log(generate(1000));

// generate 1000 with a frequency of 5
console.log(generate(1000, 5));

// generate 1000 with a frequency of 5 and a length of 10
console.log(generate(1000, 5, 80));

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

License

MIT

1.0.0

6 months ago