0.9.0 • Published 2 years ago

@springcomp/generator-readme v0.9.0

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
2 years ago

Overview

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

Usage

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