@springcomp/generator-ts

0.8.0 • Public • Published

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

Readme

Keywords

Package Sidebar

Install

npm i @springcomp/generator-ts

Weekly Downloads

1

Version

0.8.0

License

Apache-2.0

Unpacked Size

42.2 kB

Total Files

19

Last publish

Collaborators

  • springcomp