0.1.3 • Published 3 years ago

readme-package-printer v0.1.3

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

Readme-Package-Printer

An simple cli that prints the README of an npm package.

Installation

Use npm

npm install --global readme-package-printer

Or Yarn

yarn add global readme-package-printer

Usage

Use the command npm-md <package-name> to print on your terminal the README of the package.

Flags

  • -r or --raw: Print the raw Markdown of the package
  • -h or --html: Print the rendered HTML of the README
  • -?: Print help