https://github.com/springcomp/generator-ts
Yeoman generator that creates an empty TypeScript project.
https://github.com/springcomp/generator-ts
Last synced: 5 months ago
JSON representation
Yeoman generator that creates an empty TypeScript project.
- Host: GitHub
- URL: https://github.com/springcomp/generator-ts
- Owner: springcomp
- License: apache-2.0
- Created: 2021-12-31T13:53:17.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-04-14T14:26:48.000Z (about 4 years ago)
- Last Synced: 2026-01-26T22:11:44.457Z (5 months ago)
- Language: TypeScript
- Size: 957 KB
- Stars: 0
- 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 creates an empty TypeScript project.
## Usage
```bash
Usage:
yo @springcomp/ts [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
--travis # Include travis config Default: true
--boilerplate # Include boilerplate files Default: true
--cli # Add a CLI Default: false
--coveralls # Include coveralls config
--editorconfig # Include editorconfig config Default: true
--license # Include license config Default: true
--name # Project name
--githubaccount # GitHub username or organization
--repositoryName # Name of the GitHub repository
--projectRoot # Relative path to the project code root Default: lib
--readme # Content to insert in the README.md file
```