1.1.5 • Published 8 years ago

generator-ts-cli-app v1.1.5

Weekly downloads
2
License
MIT
Repository
github
Last release
8 years ago

CLI tools generator

Create a cli TypeScript project.

Install

npm install -g generator-ts-cli-app

Usage: tscliapp \<command> options

  
  Commands:

    new [directory]     Create a cli TypeScript application.
    n [directory]
    update [directory]  Update an existing cli application.
    u [directory]
    spec <file>         Generate a chai test-case. Add spec.ts extension if missing.
    s <file>
    help [cmd]          display help for [cmd]

  CLI TypeScript application generator.

  Options:

    -h, --help         output usage information
    -V, --version      output the version number
    -o, --override     Always replace existing content (update command only).
    -s, --skipscripts  Exit without run build and test.
    

Scripts

Build

npm run build
npm run watch:build

Test

npm run test
npm run watch:test
1.1.5

8 years ago

1.1.4

8 years ago

1.1.2

8 years ago

1.1.1

8 years ago

1.1.0

8 years ago

1.0.7

8 years ago

1.0.6

8 years ago

1.0.5

8 years ago

1.0.4

8 years ago

1.0.3

8 years ago

1.0.2

8 years ago

1.0.1

8 years ago

0.0.2

8 years ago