Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

@shwilliam/lorem-cli

shwilliam3MIT0.1.0TypeScript support: included

Generate & copy 'lorem ipsum' text from your command line

cli, lorem-ipsum

readme

@shwilliam/lorem-cli

Version Downloads/week License

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:

  1. Fork this project
  2. Create a branch (git checkout -b new-branch)
  3. Commit your changes (git commit -am 'add new feature')
  4. Push to the branch (git push origin new-branch)
  5. Submit a pull request!