1.3.0 • Published 4 years ago
@mxttwoods/readme-generator v1.3.0
@mxttwoods/readme-generator
Documentation
A CLI that generates README.md files
@mxttwoods/readme-generator
will suggest you default answers by reading yourpackage.json
andgit
configuration.
Example of package.json
with good meta data:
// a package.json is not required to run npx @mxttwoods/readme-generator
{
"name": "@mxttwoods/readme-generator",
"version": "1.0.0",
"description": "CLI that generates beautiful README.md files.",
"author": "Matthew Woods",
"license": "MIT",
"homepage": "https://github.com/mxttwoods/readme-generator#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/mxttwoods/readme-generator.git"
},
"bugs": {
"url": "https://github.com/mxttwoods/readme-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 @mxttwoods/readme-generator
Or use default values for all questions (-y
):
npx @mxttwoods/readme-generator -y
Use your own ejs
README template (-p
):
npx @mxttwoods/readme-generator -p path/to/my/own/template.md
License
This project is MIT licensed.
1.2.0
4 years ago
1.1.1
4 years ago
1.0.19
4 years ago
1.1.0
4 years ago
1.0.18
4 years ago
1.0.17
4 years ago
1.0.16
4 years ago
1.3.0
4 years ago
1.0.20
4 years ago
1.0.15
4 years ago
1.0.14
4 years ago
1.0.13
4 years ago
1.0.11
4 years ago
1.0.10
4 years ago
1.0.9
4 years ago
1.0.8
4 years ago
1.0.7
4 years ago
1.0.6
4 years ago
1.0.0
4 years ago
1.0.5
4 years ago
1.0.4
4 years ago
1.0.3
4 years ago
1.0.2
4 years ago
1.0.1
4 years ago