npm install @tsdi/cli@tsdi/cli is project build pack tools cli, base on AOP, Ioc container, via @tsdi. file stream pipes activities.This repo is for distribution on npm. The source for this module is in the
main repo.
Please file issues and pull requests against that repo.
install cli
shell
npm install -g '@tsdi/cli'
``
tsdi --help //show help
tsdi -V //show version of cli.
`$3
`
//init project with tsioc, dev: save in devDependencies or dependencies.
tsdi init [--browser] [--version tsioc_version] [--dev]//init project with bootstrap, dev: save in devDependencies or dependencies.
tsdi init boot [--browser] [--version tsioc_version] [--dev]
//init project with workflow, dev: save in devDependencies or dependencies.
tsdi init activity [--browser] [--version tsioc_version] [--dev]
//init project with build pack, dev: save in devDependencies or dependencies.
tsdi init pack [--browser] [--version tsioc_version] [--dev]
`$3
`
tsdi run [--activity] [taskfile.ts] [--your_env_arg=val]...
tsdi build [taskfile config] [--your_env_arg=val]...
`$3
`shell
tsdi test [test/*/.(ts|js)]
``MIT © Houjun