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

https://github.com/springcomp/generator-hello-world


https://github.com/springcomp/generator-hello-world

Last synced: 5 months ago
JSON representation

Awesome Lists containing this project

README

          

# Overview

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

## Usage

```bash
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!
```