README
generator-webappinator
An angular-focused Yeoman generator that scaffolds a starting web app for quick prototyping. It will generate starting HTML, CSS and JavaScript (pre-linked) with additional options for including additional angular modules and jQuery via prompt.
Installation
You will need Node.js and Yeoman npm install -g yo
installed.
Install the Webappinator Generator
npm install -g generator-webappinator
Create a new directory for your new app and cd into it
mkdir cool-new-app && cd $_
From within the new project directory, execute the webappinator command, answering module installation prompts
yo webappinator
License
The MIT License Copyright (c) 2014 Greg Arroyo (arroyocode.com).
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.