1.6.0 • Published 4 years ago

gen-readme v1.6.0

Weekly downloads
8
License
MIT
Repository
github
Last release
4 years ago

Gen README

Travis Downloads Node Version Fork XO code style

Generate a README.md from package.json contents.

Features

  • Automate and improve your readme
  • Awesome badges (Travis CI, XO, NPM Download...)
  • List dependencies
  • Load documentation
  • Sort dependencies, badges and others keys
  • Screenshot

Installation

Module available through the npm registry. It can be installed using the npm or yarn command line tool.

# Yarn (Recomend)
yarn global add gen-readme
# NPM 
npm install gen-readme --global

Usage

# Show help
gen-readme --help

# Write to stdout
gen-readme package.json

# Pipe output into a new file
gen-readme package.json > README.md

# Add a Travis badge (if not exit .travis.yml)
gen-readme package.json --travis

# Output in README.md
gen-readme package.json --write

# Disable default badges
gen-readme package.json --no-badges

Example

dsa

Tests

To run the test suite, first install the dependencies, then run test:

# Using Yarn
yarn test

Dependencies

Dev Dependency

Related

Contributors

Pull requests and stars are always welcome. For bugs and feature requests, please create an issue. List of all contributors.

Thanks

License

MIT © Tiago Danin

1.6.0

4 years ago

1.5.1

4 years ago

1.5.0

4 years ago

1.4.3-0

4 years ago

1.4.2

5 years ago

1.4.1

5 years ago

1.4.0

5 years ago

1.3.2

5 years ago

1.3.1

5 years ago

1.3.0

5 years ago

1.2.0

5 years ago

1.1.2

5 years ago

1.1.1

5 years ago

1.1.0

5 years ago

1.0.0

5 years ago

0.0.1

5 years ago