0.0.3 • Published 7 years ago

melon-cli v0.0.3

Weekly downloads
-
License
MIT
Repository
gitlab
Last release
7 years ago

melon-cli

A simple CLI for quickly developing web applications using React.

Installation

Prerequisites: Node.js (>=4.0) and Git.

$ npm install -g melon-cli

Usage

$ melon init <template-name> <project-name>

Example

$ webpack init webpack my-project

Templates

Current available templates include:

  • webpack - A Webpack + React setup with hot reload, linting, testing.

License

MIT