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

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.

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