MCPcopy Index your code
hub / github.com/kefranabg/readme-md-generator

github.com/kefranabg/readme-md-generator @v1.0.0 sqlite

repository ↗ · DeepWiki ↗ · release v1.0.0 ↗
33 symbols 75 edges 63 files 0 documented · 0%
README

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.

Code Contributors

This project exists thanks to all the people who contribute. [Contribute].

Financial Contributors

Become a financial contributor and help us sustain our community. [Contribute]

Individuals

Organizations

Support this project with your organization. Your logo will show up here with a link to your website. [Contribute]

🤝 Contributing

Contributions, issues and feature requests are welcome.

Feel free to check issues page if you want to contribute.

Check the contributing guide.

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

Core symbols most depended-on inside this repo

getProjectInfos
called by 9
src/project-infos.js
getDefaultAnswer
called by 7
src/utils.js
getReadmeTemplatePath
called by 5
src/readme.js
getAuthorWebsiteFromGithubAPI
called by 5
src/utils.js
doesFileExist
called by 5
src/utils.js
getPackageManagerFromLockFile
called by 5
src/utils.js
buildReadmeContent
called by 4
src/readme.js
getProjectName
called by 4
src/utils.js

Shape

Function 33

Languages

TypeScript100%

Modules by API surface

src/utils.js12 symbols
src/project-infos.js12 symbols
src/readme.js6 symbols
src/questions/project-prerequisites.js2 symbols
src/clean-context.js1 symbols

Dependencies from manifests, versioned

all-contributors-cli6.7.0 · 1×
boxen4.0.0 · 1×
codecov3.5.0 · 1×
date-fns2.0.1 · 1×
ejs3.0.1 · 1×
eslint6.0.0 · 1×
eslint-config-airbnb-base14.0.0 · 1×
git-repo-name1.0.1 · 1×
inquirer7.0.0 · 1×
jest24.8.0 · 1×
load-json-file6.0.0 · 1×

For agents

$ claude mcp add readme-md-generator \
  -- python -m otcore.mcp_server <graph>

⬇ download graph artifact