scas-angular
v0.0.11
Published
This is Angular 2/4 scaffolding.
Downloads
3
Readme
scas-angular
This is Angular 2/4 scaffolding. +1G
How to install:
npm install -g scas
https://www.npmjs.com/package/scasnpm install scas-angular --save-dev
installscas init
it 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 Service
Follow more info about scas
https://www.npmjs.com/package/scas
Thanks, +1G