Socket
Socket
Sign inDemoInstall

gen-readme

Package Overview
Dependencies
155
Maintainers
1
Versions
16
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    gen-readme

Generate a README.md from package.json contents.


Version published
Weekly downloads
5
Maintainers
1
Created
Weekly downloads
 

Readme

Source

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

debug: small debugging utility Author: TJ Holowaychuk
License: MIT
Version: ^4.1.1
github-url-to-object: Extract user, repo, and other interesting properties from GitHub URLs Author: zeke
License: MIT
Version: ^4.0.4
handlebars: Handlebars provides the power necessary to let you build semantic templates effectively with no frustration Author: Yehuda Katz
License: MIT
Version: ^4.7.6
locate-path: Get the first path that exists on disk of multiple paths Author: Sindre Sorhus
License: MIT
Version: ^5.0.0
lodash: Lodash modular utilities. Author: John-David Dalton
License: MIT
Version: ^4.17.15
meow: CLI app helper Author: Sindre Sorhus
License: MIT
Version: ^7.0.1
package-info: Get the information of a npm package Author: Alessandro Minoccheri
License: MIT
Version: ^3.0.2
upath: A proxy to `path`, replacing `\` with `/` for all results & new methods to normalize & join keeping leading `./` and add, change, default, trim file extensions. Author: Angelos Pikoulas
License: MIT
Version: ^1.2.0
update-notifier: Update notifications for your CLI app Author: Sindre Sorhus
License: BSD-2-Clause
Version: ^4.1.0

Dev Dependency

xo: JavaScript/TypeScript linter with great defaults Author: Sindre Sorhus
License: MIT
Version: ^0.30.0
package-json-to-readme: Generate a README.md from package.json contents Author: Zeke Sikelianos
License: MIT
gen-package: Intuitive and user-friendly generator of package.json Author: TiagoDanin
License: MIT

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

Keywords

FAQs

Last updated on 24 May 2020

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc