Socket
Socket
Sign inDemoInstall

readme-md-generator

Package Overview
Dependencies
9
Maintainers
1
Versions
20
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

readme-md-generator


Version published
Maintainers
1
Created

Changelog

Source

0.5.2 (2019-07-08)

Added

  • ✨ Filter social network inputs to remove potential @ (#93) [ccae357]

Miscellaneous

  • Update readme and contributors to reflect username change (#91) [b2be60e]

<a name="0.5.1"></a>

Readme

Source

Welcome to readme-md-generator 👋

downloads License: MIT gitmoji-changelog Twitter: FranckAbgrall

CLI that generates beautiful README.md files.
readme-md-generator will suggest you default answers by reading your package.json and git configuration.

✨ Demo

readme-md-generator is able to read your environment (package.json, git config...) to suggest you default answers during the README.md creation process:

demo

Generated README.md:

cli output

Example of package.json with good meta data:

// The package.json is not required to run README-MD-GENERATOR
{
  "name": "readme-md-generator",
  "version": "0.1.3",
  "description": "CLI that generates beautiful README.md files.",
  "author": "Franck Abgrall",
  "license": "MIT",
  "homepage": "https://github.com/kefranabg/readme-md-generator#readme",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/kefranabg/readme-md-generator.git"
  },
  "bugs": {
    "url": "https://github.com/kefranabg/readme-md-generator/issues"
  },
  "engines": {
    "npm": ">=5.5.0",
    "node": ">=9.3.0"
  }
}

🚀 Usage

Make sure you have npx installed (npx is shipped by default since npm 5.2.0)

Just run the following command at the root of your project and answer questions:

npx readme-md-generator

Or use default values for all questions (-y):

npx readme-md-generator -y

Use your own ejs README template (-p):

npx readme-md-generator -p path/to/my/own/template.md

You can find ejs README template examples here.

🤝 Contributing

Contributions, issues and feature requests are welcome.
Feel free to check issues page if you want to contribute.

Contributors

Franck Abgrall
Franck Abgrall

💻 📖 ⚠️ 💬 🐛 🚧
Yann Bertrand
Yann Bertrand

💻 ⚠️
Nik
Nik

💻 📖 ⚠️
Saffaanh Soobratty
Saffaanh Soobratty

💻
Samuel Sharpe
Samuel Sharpe

📖
Alecsandru Patrascu
Alecsandru Patrascu

💻
Milad Nekofar
Milad Nekofar

💻 ⚠️ 🤔
Bao Ho
Bao Ho

💻 ⚠️
Sasha Semanyuk
Sasha Semanyuk

💻
Antoine Caron
Antoine Caron

💻 ⚠️ 🤔

Author

👤 Franck Abgrall

Show your support

Please ⭐️ this repository if this project helped you!

📝 License

Copyright © 2019 Franck Abgrall.
This project is MIT licensed.


This README was generated with ❤️ by readme-md-generator

Keywords

FAQs

Last updated on 09 Jul 2019

Did you know?

Socket

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc