0.0.11 • Published 8 years ago
scas-angular v0.0.11
scas-angular
This is Angular 2/4 scaffolding. +1G
How to install:
npm install -g scashttps://www.npmjs.com/package/scasnpm install scas-angular --save-devinstallscas initit will generate.scas.js- open in editor
.scas.js - setup
imports
// ...
imports: [
{ path: 'scas/.scas' },
{ path: 'node_modules/scas-angular' },
]
// ...- run
scas
$ scas [actions] <arguments>
Angular scaffolding [+1G]
module Module + routing
service.module Module + service + model
component Simple component
service Simple service
class Simple class/model
routing.module Simple routing module
routing.can.activate Simple can activate guard
resolver Simple resolver
rest.resource RESTFul Resource
rest.service RESTFul ServiceFollow more info about scas https://www.npmjs.com/package/scas
Thanks, +1G