https://github.com/slavahatnuke/scas-angular
https://github.com/slavahatnuke/scas-angular
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/slavahatnuke/scas-angular
- Owner: slavahatnuke
- Created: 2017-03-29T00:43:18.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-05-16T15:01:21.000Z (about 8 years ago)
- Last Synced: 2024-04-28T20:22:59.671Z (about 1 year ago)
- Language: TypeScript
- Size: 8.79 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# scas-angular
This is Angular 2/4 scaffolding. [+1G](http://plus1generation.com/)### How to install:
- `npm install -g scas` [https://www.npmjs.com/package/scas](https://www.npmjs.com/package/scas)
- `npm install scas-angular --save-dev` install
- `scas init` it will generate `.scas.js`
- open in editor `.scas.js`
- setup `imports````javascript
// ...
imports: [
{ path: 'scas/.scas' },
{ path: 'node_modules/scas-angular' },
]
// ...
```
- run `scas````bash
$ scas [actions]
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](https://www.npmjs.com/package/scas)
Thanks,
[+1G](http://plus1generation.com/)