https://github.com/springcomp/generator-hello-world
https://github.com/springcomp/generator-hello-world
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/springcomp/generator-hello-world
- Owner: springcomp
- License: apache-2.0
- Created: 2022-01-03T02:31:14.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-04-12T07:57:01.000Z (about 4 years ago)
- Last Synced: 2026-01-26T22:11:44.159Z (5 months ago)
- Language: TypeScript
- Size: 270 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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!
```