Skip to content

Latest commit

 

History

History
52 lines (40 loc) · 1.58 KB

File metadata and controls

52 lines (40 loc) · 1.58 KB

readme-md-cli

Build Status npm Version Node.js Version License Type

Automatically generate a readme for your project from the CLI.

Animated demo of readme-md

Install

npm install --global readme-md-cli

Usage

$ readme-md --help

  Automatically generate a readme for your project from the CLI.

  Usage
      $ readme-md [init]

  Options
      --help, -h               Display this message.
      --non-interactive, -n    Run in non-interactive mode.
      --version, -v            Display the application version.

  When invoked with the "init" sub-command a project level runtime
  configuration is initialized.

For more detailed information see the doc directory or view the project's config directory for example usage. For example output this README.md is entirely self generated by this package.

Testing

npm test

See Also

License

The BSD 3-Clause License. See the license file for details.