0.0.8 • Published 5 years ago

mpreact-cli v0.0.8

Weekly downloads
1
License
ISC
Repository
github
Last release
5 years ago

mpreact-cli

cli for mpreact

install

npm install mpreact-cli -g

usage

init project

mpreact init example

build project

mpreact build -s example/src -d example/dist

options

init

  • -l

    language for project: ts/js, default to ts

build

  • -w
    	run in watch mode.