@mvx/cli
TypeScript icon, indicating that this package has built-in type declarations

4.0.38 • Public • Published

packaged @mvx/cli

@mvx/cli is mvc cli, base on AOP, Ioc container, via @tsdi. file stream pipes activities.

Install CLI

cli in global

npm install -g '@mvx/cli'
  mvx --help  //show help
  mvx -V  //show version of cli.

create mvc project

  mvx new app_name  #your application name.

run mvc appliction

mvx run  ##default src/app.ts
mvx run src/app.ts

##or
tsdi run src/app.ts

build pack

mvx build [--deploy]

Unit test

mvx test [test/**/*.(ts|js)]

packages

@mvx/cli @mvx/mvc @tsdi/identity

@tsdi/cli @tsdi/ioc @tsdi/aop @tsdi/core @tsdi/boot @tsdi/components @tsdi/compiler @tsdi/activities @tsdi/pack @tsdi/typeorm-adapter @tsdi/unit @tsdi/unit-console

License

MIT © Houjun

Package Sidebar

Install

npm i @mvx/cli

Weekly Downloads

2

Version

4.0.38

License

MIT

Unpacked Size

120 kB

Total Files

22

Last publish

Collaborators

  • houjun