ericmdantas / generator-ng-fullstack

Client, server or fullstack - it's up to you. ng-fullstack gives you the best of the latest.
MIT License
704 stars 103 forks source link

Don't add sufix when file is created #74

Closed ericmdantas closed 8 years ago

ericmdantas commented 8 years ago

For example, when the user wants a controller, he'll do:

yo ng-fullstack:controller SomethingController --feature f1

It'll generate:

SomethingController.controller.js
SomethingController.controller_test.js

But it should generate:

SomethingController.js
SomethingController_test.js
ericmdantas commented 8 years ago

Done.