Posts

Showing posts with the label Yeoman Generator

Available Yeoman Generator For Angular 2

Answer : The Official tool for scaffolding Angular2 project is Angular-Cli https://github.com/angular/angular-cli 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) https://github.com/cureon/angular2-sass-gulp-boilerplate Generator for creating Angular2 library or plugin https://github.com/jvandemo/generator-angular2-library Angular2 Fullstack generator https://github.com/ericmdantas/generator-ng-fullstack Ionic2 generator (Gulp; comes in ES6 and TS varieties) http://ionicframework.com/docs/v2/getting-started/installation/ Here's what I...