yoyomo / create-muvjs-app

create a MuvJS app with one command

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

create-muvjs-app

brew installed command to create a MuvJS app

How to use

Brew

brew update
brew tap yoyomo/brewery
brew install yoyomo/brewery/create-muvjs-app

create-muvjs-app my-app
cd my-app
npm start

NPM

npm init muvjs-app my-app
cd my-app
npm start

About

create a MuvJS app with one command


Languages

Language:JavaScript 62.6%Language:Shell 37.4%