generator-ts-cli-app
TypeScript icon, indicating that this package has built-in type declarations

1.1.5 • Public • Published

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

/generator-ts-cli-app/

    Package Sidebar

    Install

    npm i generator-ts-cli-app

    Weekly Downloads

    6

    Version

    1.1.5

    License

    MIT

    Last publish

    Collaborators

    • raphael-volt