Generador yeoman disponible para Angular 2 [cerrado]


Existe el generador Angular oficial, y muchos usuarios proporcionaron uno para Angular 1. Pero no he encontrado un generador para Angular 2.

¿Existe ya un generador de yeoman?

Author: Shaohao Lin, 2015-04-15

8 answers

La herramienta oficial para el proyecto de andamios Angular2 es Angular-Cli https://github.com/angular/angular-cli

Hay pocos generadores para Angular2

Por favor, pruébelos y publique algunos comentarios o problemas en el github

  1. Https://www.npmjs.com/package/generator-angular2 ( https://github.com/swirlycheetah/generator-angular2)

  2. Https://www.npmjs.com/package/generator-gulp-angular2 ( https://github.com/x6doooo/generator-gulp-angular2)

  3. Https://github.com/joshuacaron/generator-angular2-gulp-webpack

  4. Https://www.npmjs.com/package/slush-angular2
    ( https://github.com/TheVelourFog/slush-angular2)

  5. https://github.com/cureon/angular2-sass-gulp-boilerplate

Generador para crear la biblioteca Angular2 o plugin

  1. https://github.com/jvandemo/generator-angular2-library

Angular2 Generador Fullstack

  1. https://github.com/ericmdantas/generator-ng-fullstack

Generador Ionic2 (Gulp; viene en variedades ES6 y TS)

  1. http://ionicframework.com/docs/v2/getting-started/installation /
 78
Author: Vamsi,
Warning: date(): Invalid date.timezone value 'Europe/Kyiv', we selected the timezone 'UTC' for now. in /var/www/agent_stack/data/www/ajaxhispano.com/template/agent.layouts/content.php on line 61
2016-06-22 07:10:44

Esto es lo que he reunido hasta ahora:

Angular 2 andamios

Generadores Yeoman

Generador-angular2

Anticuado y muy rústico. No preprocesadores.

Generator-gulp-angular2

Obsoleto. build.dev no funciona. Características SASS y Jade.

Generator-angular2-gulp-webpack

Sin preprocesadores.

Otras opciones

Angular-cli (Oficial generador)

Basado en ember-cli, todavía en etapa alfa. No preprocesadores. También no veo una manera de agregar preprocesamiento, excepto creando complementos Ember: http://www.emberaddons.com/.

Angular 2 Seed

Andamios independientes. Características Gulp y Webpack. Tiene instrucciones sobre cómo instalar preprocesadores. Necesita configuración manual de Gulp cuando adición de dependencias. Todo el código está escrito en Typescript.

Angular 2 Semillas (ng2-material)

Una horquilla de semilla angular2 que incorpora Diseño de materiales (ng2-material).

Semilla angular 2-Jade

Un tenedor de angular2-seed incorporando Bootstrap y SASS y Jade preprocesadores (por su servidor).

Angular 2 Starter

Un kit de inicio Angular 2 con Angular 2 (Enrutador, Http, Formularios, Servicios, Pruebas, E2E), Karma, Transportador, Jasmine, TypeScript, y Webpack de @AngularClass.

Angular2-sass-gulp-boilerplate

Aunque se titula "yeoman generator", parece ser un andamiaje independiente.

Aguanieve-angular2

Generador para Slush.

 45
Author: LuxDie,
Warning: date(): Invalid date.timezone value 'Europe/Kyiv', we selected the timezone 'UTC' for now. in /var/www/agent_stack/data/www/ajaxhispano.com/template/agent.layouts/content.php on line 61
2016-03-03 05:00:42

Generador-ng2-webpack se mantiene relativamente actualizada.

 4
Author: Charles Fulnecky,
Warning: date(): Invalid date.timezone value 'Europe/Kyiv', we selected the timezone 'UTC' for now. in /var/www/agent_stack/data/www/ajaxhispano.com/template/agent.layouts/content.php on line 61
2016-06-03 00:48:22

Bash básico para crear la aplicación angular2. Como se indica en el sitio web oficial. angular2-app-generator Amablemente mira esto.

 1
Author: xdeepakv,
Warning: date(): Invalid date.timezone value 'Europe/Kyiv', we selected the timezone 'UTC' for now. in /var/www/agent_stack/data/www/ajaxhispano.com/template/agent.layouts/content.php on line 61
2016-03-03 21:40:07

Echa un vistazo a Angular2 Application Scaffolder. Viene con Gulp, Sass, TypeScript, Karma, Jasmine, Bootstrap... Salud

 1
Author: kfa,
Warning: date(): Invalid date.timezone value 'Europe/Kyiv', we selected the timezone 'UTC' for now. in /var/www/agent_stack/data/www/ajaxhispano.com/template/agent.layouts/content.php on line 61
2016-04-29 18:47:06

El tutorial oficial de yeoman está usando generator-fountain-webapp, que soporta angular2. Está en v1. 0. 0 rc en este momento, pero bastante actualizado.

 1
Author: Rob L,
Warning: date(): Invalid date.timezone value 'Europe/Kyiv', we selected the timezone 'UTC' for now. in /var/www/agent_stack/data/www/ajaxhispano.com/template/agent.layouts/content.php on line 61
2016-11-18 05:04:46
 0
Author: hurricane,
Warning: date(): Invalid date.timezone value 'Europe/Kyiv', we selected the timezone 'UTC' for now. in /var/www/agent_stack/data/www/ajaxhispano.com/template/agent.layouts/content.php on line 61
2016-12-23 22:00:21

Este se ve bastante actualizado y funciona: https://github.com/ngx-rocket/generator-ngx-rocket

Todavía intentándolos...

 0
Author: Devin McQueeney,
Warning: date(): Invalid date.timezone value 'Europe/Kyiv', we selected the timezone 'UTC' for now. in /var/www/agent_stack/data/www/ajaxhispano.com/template/agent.layouts/content.php on line 61
2017-11-02 11:54:58