There is the official Angular generator, and many users provided ones for Angular 1. But I haven't found a generator for Angular 2.
Does such a yeoman generator exist already?
Yeoman is a collection of three tools - called Yo, Grunt, and Bower - that allow developers to concentrate on building the functionality of an application, rather than working to build its infrastructure.
The Yeoman workflow comprises three types of tools for improving your productivity and satisfaction when building a web app: the scaffolding tool (yo), the build tool (Gulp, Grunt etc) and the package manager (like npm and Bower).
There are few generators for Angular2
Please try them and post some feedback or issues in the github
https://www.npmjs.com/package/generator-angular2 (https://github.com/swirlycheetah/generator-angular2)
https://www.npmjs.com/package/generator-gulp-angular2 (https://github.com/x6doooo/generator-gulp-angular2)
https://github.com/joshuacaron/generator-angular2-gulp-webpack
https://www.npmjs.com/package/slush-angular2
(https://github.com/TheVelourFog/slush-angular2)
Generator for creating Angular2 library or plugin
Angular2 Fullstack generator
Ionic2 generator (Gulp; comes in ES6 and TS varieties)
Here's what I've gathered so far:
Outdated and very rustic. No preprocessors.
Outdated. Out-of-the-box build.dev
fails. Features SASS and Jade.
No preprocessors.
Based on ember-cli, still on alpha stage. No preprocessors. Also, I don't see a way to add preprocessing, except by creating Ember add-ons: http://www.emberaddons.com/.
Standalone scaffolding. Features Gulp and Webpack. Has instructions on how to install preprocessors. Needs manual Gulp configuration when adding dependencies. All code is written in Typescript.
A fork of angular2-seed incorporating Material Design (ng2-material).
A fork of angular2-seed incorporating Bootstrap and SASS and Jade preprocessors (by yours truly).
An Angular 2 Starter kit featuring Angular 2 (Router, Http, Forms, Services, Tests, E2E), Karma, Protractor, Jasmine, TypeScript, and Webpack by @AngularClass.
Although it's titled "yeoman generator" it just seems to be standalone scaffolding.
Generator for Slush.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With