generator-ts-cli-app
v1.1.5
Published
Create a cli TypeScript project.
Downloads
5
Readme
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