generator-sails-angular
v0.0.1
Published
A SailsJS / AngularJS generator for Yeoman
Downloads
6
Readme
AngularJS / SailsJS / Restangular generator
Generates a scaffold of a project based off of the latest generator-angular:app and includes: SailsJS for creating a simple RESTful API backend, Restangular for consuming it inside of AngularJS & Twitter Bootstrap.
Getting started
- Make sure you have yo installed:
npm install -g yo
- Install the generators:
npm install -g generator-sails-angular generator-angular
- Create project directory and
cd
into it:mkdir my-new-project && cd $_
- Run:
yo sails-angular [app-name]
Known Issues
- Grunt live-reload, server, test do not work.
- Since I'm using Restangular the generator-angular questions re: ng-resource are redundant since it's never used.
- Need to fix Karma testing setup.