An open API service indexing awesome lists of open source software.

https://github.com/wayou/mkreadme

generate a README.md file
https://github.com/wayou/mkreadme

npx readme

Last synced: 7 months ago
JSON representation

generate a README.md file

Awesome Lists containing this project

README

          

make a readme file



Gitter



Create a sample README.md file based on [this](https://github.com/wayou/readme-template) template.

## Usage

```sh
$ npx mkreadme [url_for_readme_file]
```

You can optionally specify a sample file to download.

Mostly you may combine this util with some other npx command to generate the essential files to startup a project from scratch, e.g.:

```sh
$ npx license mit > LICENSE && npx mkreadme && npx gitignore node && npx covgen && yarn init -y
```

## License

[![FOSSA Status](https://app.fossa.com/api/projects/git%2Bgithub.com%2Fwayou%2Fmkreadme.svg?type=large)](https://app.fossa.com/projects/git%2Bgithub.com%2Fwayou%2Fmkreadme?ref=badge_large)