0.8.0 • Published 2 years ago

@springcomp/generator-ts v0.8.0

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

Overview

This is a Yeoman generator that creates an empty TypeScript project.

Usage

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