hooey
v1.0.0
Published
A npm package to generate nonsensical strings of text
Downloads
1
Readme
Hooey
Hooey is a JavaScript library for generating nonsensical strings of text
Example Usage
More examples can be found in /examples.
import { generateALoadOfHooey, generateHooey } from "hooey";
// Generate random string of text
console.log(generateHooey());
// Generate a list of 10 random strings of text
console.log(generateALoadOfHooey(10));
Why?
This project was made primarly to learn about making and publishing NPM packages.
Contributing
If you are interesting in contributing please read CONTRIBUTING.md
License
This Software is licensed under the GNU General Public License v3.0, see LICENSE for more information.