1.3.0 • Published 3 years ago

@mxttwoods/readme-generator v1.3.0

Weekly downloads
728
License
MIT
Repository
github
Last release
3 years ago

@mxttwoods/readme-generator

Netlify Status CodeFactor codecov License: MIT Twitter: mxttwoods

Documentation

A CLI that generates README.md files
@mxttwoods/readme-generator will suggest you default answers by reading your package.json and git 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

3 years ago

1.1.1

3 years ago

1.0.19

3 years ago

1.1.0

3 years ago

1.0.18

3 years ago

1.0.17

3 years ago

1.0.16

3 years ago

1.3.0

3 years ago

1.0.20

3 years ago

1.0.15

3 years ago

1.0.14

3 years ago

1.0.13

3 years ago

1.0.11

3 years ago

1.0.10

3 years ago

1.0.9

3 years ago

1.0.8

3 years ago

1.0.7

3 years ago

1.0.6

3 years ago

1.0.0

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago