1.0.2 • Published 3 years ago

sweargenerator v1.0.2

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

SwearGenerator

The French swear generator

Usage

Install using with npm install sweargenerator or yarn add sweargenerator

import { getText } from 'sweargenerator';

// Takes an optional length parameter
const randomLength = getText();
const specificLength = getText(10);

Contributing

If you have any juicy swear suggestions or think a rule should be added, don't hesitate to open an issue or a pull request!