1.1.0 • Published 2 years ago

wolof-ipsum v1.1.0

Weekly downloads
-
License
GPL-3.0
Repository
github
Last release
2 years ago

wolof-ipsum

A Lorem Ipsum generator in Wolof for your project.

Installation

You can install this package using npm.

bash npm install wolof-ipsum

Usage

Here's how you can use this package in your JavaScript project:

import { generateWolofLoremIpsum } from 'wolof-ipsum';

// Generate a paragraph of 3 sentences, each sentence containing 50 words
const lorem = generateWolofLoremIpsum(3, 50);

console.log(lorem);

## Contribution

We encourage contributions to this project. If you'd like to contribute, you can open issues, send pull requests, or improve the documentation.

License
This package is licensed under the GNU General Public License (GPL). Please refer to the LICENSE file for more details.
1.1.0

2 years ago

1.0.0

2 years ago