1.0.10 • Published 7 years ago

@react-mvi/cli v1.0.10

Weekly downloads
1
License
MIT
Repository
-
Last release
7 years ago

@react-mvi/cli

What's this?

@react-mvi/cli is command line tools for @react-mvi.

Now we support below commands.

  • init
  • update
  • dev
  • test
  • build
  • install

install

npm install @react-mvi/cli -g

Usage

rmvi init

init

Create new Project on current directory.

rmvi init

update

Update @react-mvi namespace packages.

rmvi build

dev

Launch webpack-dev-server.

rmvi dev

test

Test current project with webpack.

rmvi test

build

Build current project with webpack.

rmvi build

install

Install new dependencies by use npm or yarn which decided when init.

rmvi install react-router
rmvi i react-router -D
rmvi i react-router --dev
rmvi i react-router --peer
1.0.10

7 years ago

1.0.9

7 years ago

1.0.8

7 years ago

1.0.7

7 years ago

1.0.6

7 years ago

1.0.5

7 years ago

1.0.4

7 years ago

1.0.3

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago