melon-cli
v0.0.3
Published
Melon is a simple CLI for quickly developing web applications using React.
Downloads
21
Readme
melon-cli
A simple CLI for quickly developing web applications using React.
Installation
Prerequisites: Node.js (>=4.0) and Git.
$ npm install -g melon-cliUsage
$ melon init <template-name> <project-name>Example
$ webpack init webpack my-projectTemplates
Current available templates include:
- webpack - A Webpack + React setup with hot reload, linting, testing.
