generator-drpx
v0.0.1
Published
Yeoman generator for Angular 1.X.X code
Downloads
3
Maintainers
Readme
Yeoman drpx Angular Code Generator
This is a yeoman code generator for Angular projects.
It assumes that:
- you use bootstrap
- you use less
- you have a SPA (with one single index.html)
Note: now yo drpx:app
it is not working, so you should not use it.
Cheat sheet
$ yo drpx com.my.MyApp # now this is a stub that setups config file
$ yo drpx:module ma.sub
$ yo drpx:directive ma.sub.MyDirective
$ yo drpx:directive ma.sub.MyDirective --controller=MyController
$ yo drpx:directive ma.sub.MyDirective --scope=atr=,on\&,val@
Install
$ sudo npm i -g yeoman
$ sudo npm i -g generator-drpx