Gathering detailed insights and metrics for readme-md-generator
Gathering detailed insights and metrics for readme-md-generator
Gathering detailed insights and metrics for readme-md-generator
Gathering detailed insights and metrics for readme-md-generator
📄 CLI that generates beautiful README.md files
npm install readme-md-generator
Typescript
Module System
Min. Node Version
Node Version
NPM Version
JavaScript (100%)
Total Downloads
0
Last Day
0
Last Week
0
Last Month
0
Last Year
0
MIT License
11,049 Stars
180 Commits
1,375 Forks
76 Watchers
47 Branches
21 Contributors
Updated on Jul 16, 2025
Latest Version
1.0.0
Package Id
readme-md-generator@1.0.0
Unpacked Size
143.17 kB
Size
32.30 kB
File Count
81
NPM Version
6.10.1
Node Version
11.2.0
Cumulative downloads
Total Downloads
Last Day
0%
NaN
Compared to previous day
Last Week
0%
NaN
Compared to previous week
Last Month
0%
NaN
Compared to previous month
Last Year
0%
NaN
Compared to previous year
CLI that generates beautiful README.md files.
readme-md-generator
will suggest you default answers by reading yourpackage.json
andgit
configuration.
readme-md-generator
is able to read your environment (package.json, git config...) to suggest you default answers during the README.md
creation process:
Generated README.md
:
Example of package.json
with good meta data:
1// The package.json is not required to run README-MD-GENERATOR 2{ 3 "name": "readme-md-generator", 4 "version": "0.1.3", 5 "description": "CLI that generates beautiful README.md files.", 6 "author": "Franck Abgrall", 7 "license": "MIT", 8 "homepage": "https://github.com/kefranabg/readme-md-generator#readme", 9 "repository": { 10 "type": "git", 11 "url": "git+https://github.com/kefranabg/readme-md-generator.git" 12 }, 13 "bugs": { 14 "url": "https://github.com/kefranabg/readme-md-generator/issues" 15 }, 16 "engines": { 17 "npm": ">=5.5.0", 18 "node": ">=9.3.0" 19 } 20}
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:
1npx readme-md-generator
Or use default values for all questions (-y
):
1npx readme-md-generator -y
Use your own ejs
README template (-p
):
1npx readme-md-generator -p path/to/my/own/template.md
You can find ejs README template examples here.
This project exists thanks to all the people who contribute. [Contribute].
Become a financial contributor and help us sustain our community. [Contribute]
Support this project with your organization. Your logo will show up here with a link to your website. [Contribute]
Contributions, issues and feature requests are welcome.
Feel free to check issues page if you want to contribute.
Check the contributing guide.
👤 Franck Abgrall
Please ⭐️ this repository if this project helped you!
Copyright © 2019 Franck Abgrall.
This project is MIT licensed.
This README was generated with ❤️ by readme-md-generator
No vulnerabilities found.
Reason
no dangerous workflow patterns detected
Reason
no binaries found in the repo
Reason
license file detected
Details
Reason
Found 11/24 approved changesets -- score normalized to 4
Reason
dependency not pinned by hash detected -- score normalized to 3
Details
Reason
0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0
Reason
detected GitHub workflow tokens with excessive permissions
Details
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
security policy file not detected
Details
Reason
project is not fuzzed
Details
Reason
SAST tool is not run on all commits -- score normalized to 0
Details
Reason
58 existing vulnerabilities detected
Details
Score
Last Scanned on 2025-07-07
The Open Source Security Foundation is a cross-industry collaboration to improve the security of open source software (OSS). The Scorecard provides security health metrics for open source projects.
Learn More