1.0.2 • Published 7 years ago

ts-commander v1.0.2

Weekly downloads
6
License
MIT
Repository
github
Last release
7 years ago

ts-commander

Usage

{
  "name": "my-new-ts-app",
  "version": "0.1.0",
  "scripts": {
    "shell": "ts-commander",
    "build": "ts-commander build",
    "compile": "ts-commander compile"
  },
  "devDependencies": {
    "ts-commander": "latest"
  }
}