Skip to content

WebDev-Akhil/readme-md-generator

ย 
ย 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

119 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

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

๐Ÿ’ป โš ๏ธ ๐Ÿค”
Swapnik Katkoori
Swapnik Katkoori

๐Ÿ’ป

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

About

๐Ÿ“„ CLI that generates beautiful README.md files

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages

  • JavaScript 100.0%
โšก