generator-sails-angular

0.0.1 • Public • Published

AngularJS / SailsJS / Restangular generator

Build Status

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.

License

MIT License

Readme

Keywords

none

Package Sidebar

Install

npm i generator-sails-angular

Weekly Downloads

32

Version

0.0.1

License

none

Last publish

Collaborators

  • tehsuck