0.7.0 • Published 6 years ago

mnao-builder v0.7.0

Weekly downloads
3
License
MIT
Repository
github
Last release
6 years ago

Mnao: Builder

Install

The command-line interface is exposed as mnb.

As dev dependency

npm install --save-dev mnao-builder

As global command

npm install --global mnao-builder

Commands

Develop

mnb dev

Build

mnb build

Develop

Clone repo

git clone https://github.com/eliot-akira/mnao-builder
cd mnao-builder

Install dependencies

npm install

Build for development and watch files for changes

npm run dev

Build for production

npm run build