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

https://github.com/springcomp/generator-readme


https://github.com/springcomp/generator-readme

Last synced: 5 months ago
JSON representation

Awesome Lists containing this project

README

          

# Overview

This is a Yeoman generator that creates a README.md file.

## Usage

```bash
Usage:
yo @springcomp/readme [options]

Options:
-h, --help # Print the generator's options and usage
--skip-cache # Do not remember prompt answers Default: false
--skip-install # Do not automatically install dependencies Default: false
--force-install # Fail on install dependencies error Default: false
--ask-answered # Show prompts for already configured options Default: false
--license # Include license config Default: true
--name # Project name
--readme # Content to insert in the README.md file
```