protocore-cli
v0.0.8
Published
protocore-cli is a command line generator for Protocore. The tool will help to generate walking application skeleton for a typical unstructured JavaScript/jQuery web apps.
Downloads
2
Maintainers
Readme
Protocore-cli
Protocore-cli is a command line generator for Protocore. This tool will help to generate a walking application skeleton for a typical unstructured JavaScript/jQuery web apps.
Installation
Assuming that Node.js is already installed & running,
$ npm install -g protocore-cli
Create the Protocore app:
$ protocore /tmp/foo && cd /tmp/foo
Install dependencies:
$ npm install
Command Line Options
This generator can also be further configured with the following command line flags.
Usage: index [options] [dir]
Options:
-h, --help output usage information
-V, --version output the version number
-a, --about About Protocore-Cli 0.0.8
Author & Contributors
Developed & maintained by author: Ashwin Hegde Follow me at: github | Linkedin | Twitter
We really appreciate all kind of contributions. Special thanks to contributors for using and supporting Protocore-cli.
To request a feature or you find any typo errors, enhancements or questions; please feel free to post it on following link, or vote for the ones that are already registered. Tracking: https://github.com/hegdeashwin/protocore-cli/issues
License
The MIT License (MIT)
Copyright (c) 2015 Ashwin Hegde