0.2.0 • Published 4 years ago

@clebert/tscmd v0.2.0

Weekly downloads
-
License
MIT
Repository
github
Last release
4 years ago

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.