modulrjs-cli
v0.2.4
Published
cli for modulrjs
Downloads
10
Readme
ModulR JS CLI Tool
Command line tool for ModulR JS Framework.
Installation
To Install, run:
npm install -g modulrjs-cli
Commands
* init
: Initialize your application package.
On the folder path where you want to initialize, run:
modulr init
* info
: Show details of your current directory
modulr info
* define
: Create a boilerplate module
Creating defined modules should be done within a ModulR application
modulr define