-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Generator Roadmap #553
Comments
👍 |
Add support for JS templates = something like html2js? I was looking at this earlier. Was wondering how to integrate it into the usemin process and it seems like it involves creating a custom "flow" which would merge the templates.js from html2js into the concatinated script generated from the usemin block files. |
Excellent! 👍 @passy - from his phone
|
👍 this looks sharp. Nice work putting this together @eddiemonge. |
Bootstrap could be considered orthogonal to the generator, but I think it's better to leave it as the default option. The Bootstrapped version makes gen-ng look like it's done a much better job than than the plain version, because it looks more like an actual website. I think that users who are new to gen-ng will be more impressed with the BS version and you'll have a higher adoption rate, while veteran users will (hopefully) know what they want and can choose to not install BS. |
@jjt The vanilla CSS version needs work. I updated the P3 with a better alternative |
@eddiemonge Ah, nice! Was going to say that other frameworks would be a good addition, but didn't want to pile more on. As to a vanilla css look, including normalize.css, centering |
I'd really like to see ui-router an an option. I'm know I'm not alone in preferring ui-router as my go-to over the default ngRouter. Also, I'll second that html2js request, and what ever became of that massive discussion about feature grouping (ngBoilerplate style) vs layer grouping? |
+1 for feature grouping |
+1 for jade or anything that makes writing HTML more developer friendly. I really don't like HTML syntax (writing opening and closing tag), I prefer HAML. |
Does "Support the project as a sub-generator for other projects" mean having the ability to generate sub-modules for larger projects, which are then thankfully separated by feature? |
+1 for Jade |
-> grunt-jade-i18n + grunt-html2js |
Any thoughts on adding proper module structure? Creating controllers/services/directives into respective directories seems like it is encouraging a now-considered poorer practice. |
@programbo That could be explored. Would need the configuration done first as that would add exponential more complexity @ahimta I prefer Jade since its based off Haml but easier to use and pure JS @irthos Possibly, I think. Not entirely sure about your question @vdesbarres i18n most likely won't be a part of this. You can easily add that to your own project with something like angular-translate though. html2js also probably won't make it as I am leaning towards (and have been using) the grunt-angular-templates plugin for this functionality @ProLoser Yup. Updated the milestone with a link to https://github.com/eddiemonge/generator-angular-api/ . Feel free to comment and post issues there until I get that functionality into the generator |
+1 currently i've created a /modules dir and inside each one a dir for a On Thu, Jan 30, 2014 at 3:14 PM, Dean Sofer [email protected]:
|
👏 |
I would like to see a LESS option since you are already offering bootstrap. |
After seeing how Gulp is about streaming, I wouldn't mind seeing a Gulp version of this. I wanted to add html2js and with all of the temporary files and complexity of usemin creating it's own flow, I have no idea where to throw that into. It would be good to say: I've not played with it yet, but it looks and sounds good. I really do think the Gruntfile here is a beast. |
+1 for adding ui-router. Edit: I mentioned Protractor but apparently there's already a generator and instructions for using it here: http://www.codeorbits.com/blog/2014/01/26/angularjs-end-to-end-testing-with-protractor-easy-set-up-with-yeoman/ My mistake. |
Protractor is great, and whilst it would be a convenience having it as the On 5 Feb 2014, at 6:18 pm, Jarrett Harris [email protected] wrote: +1 for adding ui-router. It seems the AngularJS team is moving towards Protractor for testing. Is Reply to this email directly or view it on |
My vote to bumping protractor up to top priority group. |
Thanks @eddiemonge ! Great work. |
+1 for typescript support, Great effort! |
+1 for typescript support. Is this still the 2014 |
Yeah, Im a little behind schedule but trying to catch up. |
@ProLoser I'm starting to agree with you I think. Bloated, out of date, inscrutable, over-opinionated, brittle and often just broken. They seem to be solving the wrong problem. It seems the only real use case is writing your own generators, at which point you're probably better off just having your own project templates. |
Best wishes,
|
Is there an example/tutorial of how to integrate |
+1 for material support and module file structure |
+1 for integrating gulp instead of grunt |
+1 for ui-router |
+1 angular-material |
+1 for material support |
+1 protractor |
+1 material angular |
+1 for adding ui-router |
protractor - already done Please check real status before posting ideas here. |
Also, send a message to [email protected] requesting that the feature voting feature be added to github so that people don't have to use "+1" comments. Everyone wants this and the only way it's going to happen is if GitHub support gets flooded with requests. |
+1 for ui-router. |
+1 - less Waiting for this project to update more than an year now 😞 |
Is any of this even relevant anymore? I've been using Swiip/generator-gulp-angular lately, and it's fantastic, and is basically everything this issue is wanting to go for. The only downside is I've had to use doronsever/gulp-angular-subtask for the sub-generators, and it seems out of date and using a different directory structure than gulp-angular. Perhaps a better use of time would be to create configuration for |
I like fact that angular-fullstack generates also server side stuff. |
Implement the use of ui-router as an alternative to the native ngRoute! |
You can create new app with ui-router. |
+1 for adding ui-router |
have you considered using webpack? You can use its dev server, webpack-dev-server as a development server that can proxy all urls that match a path to another url. Also would serve well as a build step and allows for using CommonJS require in the browser |
@DanPantry I've been investigating using Webpack with Angular the last two days, have been fairly impressed so far. This generator looks really cool, despite it being Grunt-based. |
Have you seen the generator-gulp-angular ? What do you think of it? A long time it has support for several things that have not been started here. eg jade, angularMaterial , typescript , protractor ... So, what do you recommend? |
@AbraaoAlves I mentioned that above, am really impressed by it so far. |
@eddiemonge Add an option to chose Angular-Ui-Router instead of the default router. |
👍 angular-material and angular-ui-router instead of default router. |
@eddiemonge rather than livereload ,why can't move to "browsersync"....highly powerful one. |
Do you think to update all dependency to the last version on package.json? because the generator is using https://github.com/gruntjs/grunt-contrib-livereload and it is deprecated. |
In an effort to be more transparent about the project, we are creating roadmaps for everything. This is the tentative roadmap for the Angular generator.
Priority 1
Priority 2
Priority 3
Priority 4
If you think there are other things that should be added to the roadmap, or have questions about any of these, please feel free to comment.
The text was updated successfully, but these errors were encountered: