rogue-framework-cli
v1.0.14
Published
Command-Line Interface for Rogue Framework
Downloads
12
Readme
Rogue Framework CLI
Command-Line Interface for rogue-framework.
Installation
Install rogue-framework-cli
globally with npm install
:
$ npm install -g rogue-framework-cli
Create a new project
Prepare the root directory for your project:
$ mkdir my-project
$ cd my-project
$ npm init
Then use rogue init
to create a brand new Rogue project:
$ rogue init
Read the documentation
Read the Rogue Framework documentation for further informations.
Have you used this plugin in your project?
Say hello with a tweet!
License
MIT License - Copyright (c) 2017 Alberto Fecchi
Full license here