0.6.0 • Published 2 years ago

@springcomp/generator-hello-world v0.6.0

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

Overview

This is a Yeoman generator that serves as a 'Hello, world!' learning project.

Usage

Usage:
  yo @springcomp/hello-world [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
        --greetings       # Greetings                                    Default: Hello, world!