Licence
MIT
Version
0.0.3
Deps
2
Vulns
0
Weekly
0
mistral
A CLI app for mistraljs
Installation
npm install -g mistralic
Create new Project
> mistral create project_name
> mistral create todo
Build
build will compile modules.json and create ./build/ directory with all packages combined.
> cd todo
> mistral build