1.3.0 • Published 7 years ago

readmer-cli v1.3.0

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

readmer-cli

Install

npm install -g readmer-cli

Usage

Use readmer -h to display this help:

  Usage: readmer [options] [command]

  Commands:
    help  Display help

  Options:
    -g, --gravatar  A gravatar email to retrieve a profile picture
    -h, --help      Output usage information
    -v, --version   Output the version number

  Examples:
    - Show simple readme file
    $ readmer

    - Create README.md
    $ readmer > README.md

    - Create README.md fo the parent directory
    $ readmer ../package.json > ../README.md

    - Create readme.md with the author's gravatar
    $ readmer -g me@example.com > readme.md

Contribute

Feel free to open an issue or a PR.

NOTE: For issues regarding the markdown output, data options, etc, refer to the API repo.

Related

API for this module => readmer

Author

me
© 2017 Pablo Varela
1.3.0

7 years ago

1.2.0

7 years ago

1.1.0

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago