@clebert/tscmd
v0.2.0
Published
The TypeScript command.
Downloads
9
Readme
tscmd
The TypeScript command.
Installation
npm install @clebert/tscmd --save-dev
Usage
Usage: tscmd <command> [options]
Commands:
tscmd setup [options] Set up project
tscmd compile [options] Compile with TypeScript
tscmd fmt [options] Format with Prettier
tscmd lint [options] Lint with ESLint
tscmd test [options] Test with Jest
Options:
--version Show version number [boolean]
-h, --help Show help [boolean]
Copyright 2021 Clemens Akens. All rights reserved. MIT license.