A Yeoman generator for Protocore. The tool will help to generate walking application skeleton for a typical unstructured JavaScript/jQuery web apps.
Assuming that Node.js is already installed & running,
$ npm install -g yo generator-protocore
Make a new directory and cd
into it:
mkdir new-project && cd $_
Run yo protocore
, optionally passing an app name:
yo protocore [app-name]
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 generator-protocore.
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/generator-protocore/issues
The MIT License (MIT)
Copyright (c) 2015 Ashwin Hegde