@shwilliam/lorem-cli
v0.1.0
Published
Generate & copy 'lorem ipsum' text from your command line
Downloads
1
Readme
@shwilliam/lorem-cli
Generate & copy 'lorem ipsum' text from your command line
Installation
$ npm install -g @shwilliam/lorem-cli
Usage
lorem
USAGE
$ lorem [PARAGRAPHS]
EXAMPLE
$ lorem 2
Version
USAGE
$ lorem (-v|--version|version)
Help
USAGE
$ lorem --help
Contributing
This project is open to and encourages contributions! Feel free to discuss any bug fixes/features in the issues. If you wish to work on this project:
- Fork this project
- Create a branch (
git checkout -b new-branch
) - Commit your changes (
git commit -am 'add new feature'
) - Push to the branch (
git push origin new-branch
) - Submit a pull request!