NOTE: This repo is outdated. The current source and documentation are available in the Moon monorepo.
✨ A CLI to scaffold Moon applications
Install with npm:
$ npm install moon-cli -gCreate your first project with:
$ moon <name><name> is the name of your application, and Moon will proceed to create the directory and install the template there.
Next, move into the directory, install the dependencies, and run a dev server!
$ cd <name>
$ npm install
$ npm run devTo build a minified bundle, run:
$ npm run buildAll html, css, and javascript will be minified and bundled accordingly.
Licensed under the MIT License by Kabir Shah