Skip to content

Instantly share code, notes, and snippets.

@UlisesGascon
Created August 13, 2018 16:37
Show Gist options
  • Save UlisesGascon/61eee71846e8150c4bfe6cf4209d5449 to your computer and use it in GitHub Desktop.
Save UlisesGascon/61eee71846e8150c4bfe6cf4209d5449 to your computer and use it in GitHub Desktop.
Yeoman Today
// Ejecutar en http://yeoman.io/generators/
let md = "";
function generateMd(dataItem){
md += `**:top: ${dataItem}**\n`
const datos = document.querySelectorAll(".list > tr");
datos.forEach(dato => {
const linkSelector = dato.querySelector("a");
const nameSelector = dato.querySelector(".name");
const descripcionSelector = dato.querySelector(".description");
var usefulldata;
if(linkSelector && nameSelector){
var usefulldata = {
official: dato.classList.contains('official'),
titulo: nameSelector.innerText,
descripcion: descripcionSelector.innerText,
link: linkSelector.href
}
}
if(usefulldata){
md += `- [${usefulldata.official ? ":small_blue_diamond:": ""} ${usefulldata.titulo}](${usefulldata.link}): *${usefulldata.descripcion}*\n`;
}
})
md += "\n\n"
}
function orderListBy (dataItem){
document.querySelector(`[data-sort='${dataItem}']`).click()
}
function startSecuence(dataItem){
orderListBy(dataItem)
orderListBy(dataItem)
generateMd(dataItem)
}
startSecuence("downloads")
startSecuence("stars")
console.log(md)

Nota: Los 🔹 son generadores creados por el equipo de Yeoman y se consideran generadores oficiales

🔝 downloads

  • hyperledger-composer: Generates projects from Hyperledger Composer business network definitions
  • jhipster: Spring Boot + Angular in one handy generator
  • kittn: Kittn Scaffolding and Frontend Toolchain
  • garlic-webapp: Generator for GarlicTech webapps
  • loopback: LoopBack
  • baukasten: A little 'Baukasten' for your next project to gettings shit done. It's focused on Craft CMS but there is also a bit WordPress stuff on board
  • talend: Talend's JavaScript generator
  • swiftserver: Generator for Kitura REST webservice servers
  • ibm-service-enablement: This generator adds Service enablement toapps
  • code: Visual Studio Code Extensions
  • dhboilerplate: Boilerplate made by David Hellmann #gulp #npm #craftcms #wordpress #vue #twig
  • phaser-h5: Generate h5 games with phaser.js or not, based on Gulp!
  • 🔹 angular: AngularJS
  • primer-module: Use this to create a new Primer modules!
  • feathers: A Feathersapp
  • angular-fullstack: Creating MEAN stackapps, using MongoDB, Express, AngularJS, and Node
  • hubot: Hubot
  • dmninteractives: Interactive pages at The Dallas Morning News
  • fabric-composer: Generates skeleton projects from Hyperledger Composer business network definitions
  • weex-plugin: >
  • donejs: Aur DoneJSapp
  • feathers-plugin: A generator for Feathersjs Plugins
  • 🔹 mocha: Mocha
  • 🔹 karma: Karma
  • nitro: The nitro frontend framework
  • toolbox: Generator
  • jhipster-primeng: Generate PrimeNG Components
  • daggerok-fatjar: Generate fat-jar java / java-ee / scala projects
  • license: Licensebased projects
  • ibm-usecase-enablement: Generator to add usecase enablement
  • 🔹 webapp: Scaffold out a front-end web app
  • 🔹 jasmine: Jasmine
  • office: Creating Microsoft Office projects using any text editor
  • npm-wp-s-theme: A WordPress starter theme (using Underscores) with npm and other good stuff
  • terminus-ui: A generator for adding new components to the Terminus UI library
  • git: Create the configurable scaffolding to start with a git-like project
  • ibm-core-node-express: Core node expressapp
  • travis: Get and keep .travis.yml up-to-date effortlessly
  • keystone: A KeystoneJS Project
  • codenut: Yoman generator codenut for website
  • stereobase: Generate a simple template based on 7-1 architecture, with the opportunity to use Twig and GSAP
  • 🔹 generator: Generate generator
  • hughes: Web development generator for Kevin Hughes
  • express: A nodejs express
  • ng-fullstack: Client, server or fullstack - it's up to you. ng-fullstack gives you the best of the latest: Node, Go, HTTP/2, Angular 1, Angular 2, Vue, Aurelia, Express, Koa, Echo, Gin, MongoDB, Gulp, Babel, Typescript and much more
  • openapi-repo: OpenAPI(fka Swagger) repo to help you share spec for your API
  • cicero-template: Code generator for a Cicero Template
  • cozen-angular: Use this help you create AngularJSapps based to works properly with the Altran Angular Library
  • spring-microservice: Microservice with Maven + Spring + Netflix + Docker
  • tcg: Rename stuff!
  • 🔹 node: Create a Node.js module
  • rn-toolbox: React-Native generators to kickstart your project
  • sublime: Scaffolfding the standard configuration root files like .gitignore, .jshintrc, .jscsrc etc..
  • aspnet: ASP.NET Core apps
  • typescript-microservice: A NodeJS generator for Node/TypeScript which leverages 'serverless' to be deployable to all the major cloud platforms
  • liferay-theme: Creating Liferay themes
  • angular2-library: Generator to create an Angular 2 library
  • webappstarter: Quick start a web app for mobile.Automatically adjusts according to a device’s screen size without any extra work
  • liveblog-theme: Generator
  • bannertime: Creating HTML5 advertising campaigns
  • jest: Add jest support to any projects
  • aem-component: A basic conponent generator for Adobe Expirecne Manager (AEM)
  • fountain-react: Fountain generator to scaffold a webapp with React written in ES6 (Babel), TypeScript through Webpack or SystemJS including tools Gulp 4, ESLint, Browsersync and Karma
  • sppp: SharePoint Pull-n-Push - client-side development
  • dizmo: DizmoGen: a generator for dizmo projects
  • ng-poly: Modular AngularJS apps with Gulp and optional Polymer support
  • giraffe: A generator for html5 website
  • nodeserver: Generates a nodeserver project
  • phaser-plus: Create Phaser Web games with ease
  • aspnetcore-spa: DEPRECATED. Do not use. Use 'dotnet new' to create ASP.NET Core Single-Pageappprojects instead
  • canner-react: A generator for react projects
  • react-webpack: Using React with Webpack via Babel
  • react-skeleton: React 16 skeleton
  • skinny: A generator for Skinny framework which is a 'Scala on Rails'
  • screwdriver: Make a new npm module for use in the Screwdriver project
  • fountain-angular1: Fountain generator to scaffold a webapp with Angular 1 written in ES6 (Babel), TypeScript through Webpack or SystemJS including tools Gulp 4, ESLint, Browsersync and Karma
  • yeogurt: A generator for creating static sites. Helps you harness the power of your favorite tools: Jade or Nunjucks, Gulp, ES6/2015, and much more!
  • bpnr: BPNR Dev standard generator
  • electrode: Generate Electrode React App
  • openhab: Generates simple openHAB items and sitemaps for your home
  • ng-component: Generator
  • jhipster-nav-element: A generator to scaffold a new page (and the corresponding navigation menu) in a JHipster project
  • python-lib: Generator for bootstrapping a Python library
  • jhipster-docker: Additional Docker support: Docker Hub, Local SMTP Server, NGinx
  • fountain-webapp: Fountain generator to scaffold a webapp with React or Angular written in ES6 (Babel), TypeScript through Webpack or SystemJS including tools Gulp 4, ESLint, Browsersync and Karma
  • folklore: Projects at Folklore
  • fountain-angular2: Fountain generator to scaffold a webapp with Angular 2 written in ES6 (Babel), TypeScript through Webpack or SystemJS including tools Gulp 4, ESLint, Browsersync and Karma
  • jhipster-entity-audit: JHipster module to enable entity audit and audit log page
  • electric: Creating documentation sites using electric.js
  • fountain-vue: Fountain generator to scaffold a webapp with Vue.js written in ES6 (Babel) through Webpack including tools Gulp 4, ESLint, Browsersync and Karma
  • tsoa-bootstrap: TSOA, Sequelize, and Jasmine scaffolding including model, test, controller, and migration creation
  • jhipster-elasticsearch-reindexer: Generates a service that reindexes all database rows for each of your entities
  • craftplugin: Generator-craftplugin is Craft CMS plugins
  • jhipster-ci: JHipster module, Continuous Integration support in your JHipsterapp
  • totem: Creating Totem projects & modules
  • ehi-compgen: Used internally by the EventHi team to generate new components boilerplate
  • meanjs: MEAN.JS Official Generator
  • ngx-rocket: Extensible Angular 5+ enterprise-grade project generator based on angular-cli with best practices from the community. Includes PWA and Cordova support, coding guides and more!
  • clam: A Clam
  • bitch: A simple generator (for Yeoman) to scaffolding webapps, just frontend stack
  • sanji-ui: Sanji UI generator
  • yx: Full stack javascript project scaffold
  • node-oss: Create a Node.js project with ease
  • jhipster-swagger2markup: JHipster module to create nice looking static api docs with swagger2markup
  • static-website: Generator to create static websites
  • gulp-angular: AngularJS with Gulp
  • angular-page: Yeoman.io generator fo Angular.io page with routing
  • jhipster-bootstrap-material-design: Add Material design to your JHipsterapp
  • angular-famous-ionic: Scaffolding an app using angularjs browserify and famous
  • yi-frames: The Frames of Yi-Front-End-Development-Team
  • qmui: QMUI Web
  • adaptivejs: A
  • angular-material: Google's Angular Material
  • cat: Generator cat
  • tymlez-plugin: Tymlez NextGen RTappscaffolding
  • prototype: Scaffold modern frontend web apps with Assemble, Grunt, Sass and Bower. Use modern frameworks like Bourbon, Bootstrap, Foundation and structure the web app with Backbone and RequireJS
  • vintage-frontend: Modern front-end workflow generator
  • abas-dashboard-widget: This creates basic file structures to develop and test abas dashboard widgets
  • rc: React component
  • hoop-django: A generator to start a django project
  • bunny: Jumpstart node module, like a bunny
  • rest: RESTful API generator using NodeJS, Express and MongoDB. Watch https://youtu.be/6x-ijyG-ack
  • teka: Create a brand new teka theme
  • ng2-webpack: An opinionated tool for scaffolding an app using angular2 and webpack
  • cg-angular: Enterprise Angular projects
  • git-init: Simply git init and optional init commit
  • jhipster-pages: Create pages : client only (static), or client and server side. Load data from server, Save data to server, form, table..
  • xf: XFramework
  • iojs: A basic node module template, that includes handy git hooks, a release script, and auto-changelog generation
  • simple-static-blog: Generating a static blog
  • express-no-stress-typescript: Create awesome APIs with Typescript, ExpressJS and Swagger
  • jhipster-ionic: A JHipster Module that generates an Ionic Client
  • jhipster-postgresuuid-converter: Postgresql Long to UUID converter
  • moda: A truly modular AngularJS all device apps
  • bfee-blankrepo: Yoeman generator to create a blank starter repo
  • speedseed: Oriented to components, allow create/choice template, multiple configuration with easy maintenance
  • typings: Create typings repository for typings (https://github.com/typings/typings)
  • jhipster-spring-social-connectors: Add Spring social connector to your JHipsterapp
  • mytime-ng2component: An angular 2 component/service generator for all platforms based on new namespace '@angular/core' powered by yeoman. Forked from https://github.com/SteveZheng-BSFT/generator-ng2component
  • nuxeo: Nuxeo Generator based on Yeoman
  • confit: Creating the development process, tools and a sample project for current-generation webapps
  • future-static: 脚手架生成工具
  • mean-seed: MEAN-seed - AngularJS and node.js responsive/cross-platform/mobile ready app/website
  • material-app: Generates a material webappwith AngularJS, Express and Mongoose
  • ideil-atom: Ideil Atom
  • swaggerize: OpenAPI(swagger)app
  • tabris-js: Tabris.js
  • co-microservice: This bootstrap a microservice to run on the ComparaOnline infrastructure
  • panneau: Panneau
  • cappen-site: Generator
  • jhipster-swagger-cli: JHipster module to generate swagger client code from a swagger definition
  • kickoff: The Kickoff front-end framework. Find out more at http://trykickoff.com
  • veams: Scaffold modern frontend web apps or web pages with a static site generator, Grunt and/or Gulp, Sass and Bower. Use modern frameworks like Bourbon, Bootstrap or Foundation and structure your JavaScript with ES Harmony support
  • wejs: We.js generate plugins, themes and projects
  • ng-panes: AngularJS 1.X, and support 8 UI frameworks. Part of the panes.js framework tool set. 前端开发神器!
  • famous: Create new Famo.us projects
  • hfe: HFE
  • bcflow-library: A generator for build library
  • sp: A
  • packing: packing
  • coffee-react: A simple project using create-react-app, coffeescript, and a custom version of react-hyperscript-helpers
  • 🔹 chrome-extension: Scaffold out a Chrome extension
  • wordpress: WordPress
  • jhipster-entity-audit-and-delete: JHipster module to enable entity audit, add audit log page and allow to change default delete behavior
  • meshblu-connector: A
  • angular2-application-scaffolder: Angular2appScaffolder is designed to be an applicationproviding a full stack working environment for Angular2 (beta 17+) developments
  • yohoho: Agenerators
  • jhipster-db-helper: A JHipster module for already existing databases
  • kevoree: A Kevoree project
  • scaffold: Generator to automate the most common tasks in day-to-day of a Front End project
  • angular-eggs: Angular 1.5, Angular Component Router, Bootstrap v4(alpha) and TingoDB(like MongoDB) with an Express server
  • react-firebase: React and Firebase (with option for Redux) starter project generator
  • xiaoping-vue: A generator for vue project
  • thundr-gae-react: A React app that runs atop Thundr on Google App Engine
  • nightbird: Angular Web App
  • frontend: Scaffolds out a boilerplate for front-end development
  • ssm: Pug sass less generator with all we need modules
  • huddle: Generator
  • bespoke: Create Bespoke.js presentations using Yeoman
  • devine-project: The one and only devine.be project generator
  • redux-stack: A react/redux generator with all the build tooling goodies
  • polymer-element: Quickly scaffold lightweight Polymer 2 elements with Yeoman
  • tipicss: Tipicss
  • bone: The generator for koa by jiyu
  • dgp-api-aspnetcore: Generator for an ASP.NET Core API project
  • symfonangular: PHP Symfony 3 framework with Javascript AngularJS framework integration for full stack development
  • politico-interactives: Interactive projects at POLITICO
  • mis: 百度贴吧MIS生成器
  • graphql: Create production-ready GraphQL servers

🔝 stars

  • react-fullstack: React.js projects based on React Starter Kit (ES6+, Babel, React.js, Express, Webpack, BrowserSync)
  • jhipster: Spring Boot + Angular in one handy generator
  • react-native-ignite: Create new react native files that fit the IR workflow
  • primer-module: Use this to create a new Primer modules!
  • angular-fullstack: Creating MEAN stackapps, using MongoDB, Express, AngularJS, and Node
  • 🔹 angular: AngularJS
  • gulp-angular: AngularJS with Gulp
  • react-server: A react-server generator
  • 🔹 webapp: Scaffold out a front-end web app
  • react-static: Project template for authoring stand-alone webapps (aka SPA) optmized for CDN hosting (in Fireabase). It's built upon best of breed technologies including React (ReactJS), Redux, Babel, Webpack, CSS Modules, PostCSS, Browsersync, HMR, React Hot L
  • react-webpack: Using React with Webpack via Babel
  • 🔹 chrome-extension: Scaffold out a Chrome extension
  • ionic: A generator for the Ionic Framework
  • fluxible: Fluxible
  • arc: React app generator with Webpack, React Router, Jest, Redux, Server Side Rendering and more
  • nodejs-api: Node.js API Starter Kit built with Docker, Node.js, JavaScript (ES6, ES2015+ via Babel), PostgreSQL and GraphQL
  • graphql-server: GraphQL Starter Kit built with Node.js, JavaScript (ES2015+ via Babel) and PostgreSQL
  • electrode: Generate Electrode React App
  • wordpress: WordPress
  • starhackit: Starhackit - Fullstack starterkit based on react and node
  • fountain-webapp: Fountain generator to scaffold a webapp with React or Angular written in ES6 (Babel), TypeScript through Webpack or SystemJS including tools Gulp 4, ESLint, Browsersync and Karma
  • 🔹 polymer: Scaffold out a Polymer project
  • 🔹 mobile: Mobile based on Web Starter Kit
  • hyperledger-composer: Generates projects from Hyperledger Composer business network definitions
  • relay-fullstack: Relay Starter Kit integrated with Relay, GraphQL, Express, ES6/ES7, JSX, Webpack, Babel, Material Design Lite, and PostCSS
  • aspnetcore: Stand-alone webapp(SPA) boilerplate built with ASP.NET Core, EF Core, Identity, C#, JavaScript, ES6/ES2015, Babel, Webpack, HMR, Browsersync, PostCSS, CSS Modules and more
  • aspnet: ASP.NET Core apps
  • 🔹 generator: Generate generator
  • hottowel: HotTowel Angular
  • express: A nodejs express
  • angular2-library: Generator to create an Angular 2 library
  • m-ionic: Advanced workflows for building rock-solid Ionic apps: develop, prototype, test, build and deliver high quality apps with Yeoman, Gulp, Bower, Angular, Cordova and of course Ionic. All in one sexy generator
  • ng-cli-lib: Generator to create an Angular 2 library
  • m: Generator-m
  • ng-fullstack: Client, server or fullstack - it's up to you. ng-fullstack gives you the best of the latest: Node, Go, HTTP/2, Angular 1, Angular 2, Vue, Aurelia, Express, Koa, Echo, Gin, MongoDB, Gulp, Babel, Typescript and much more
  • 🔹 backbone: Scaffold out a Backbone.js project
  • jekyllrb: Supercharge Jekyll development with Yeoman. Yo, Jekyllrb!
  • cg-angular: Enterprise Angular projects
  • rest: RESTful API generator using NodeJS, Express and MongoDB. Watch https://youtu.be/6x-ijyG-ack
  • react-cdk: React Component Development Kit
  • electron: Scaffold out an Electron app boilerplate
  • rn-toolbox: React-Native generators to kickstart your project
  • react-webpack-redux: ReactJS and Flux (Redux) via Webpack
  • nm: Scaffold out a node module
  • yeogurt: A generator for creating static sites. Helps you harness the power of your favorite tools: Jade or Nunjucks, Gulp, ES6/2015, and much more!
  • javascript: Generates a JavaScript library boilerplate for Node.js and the browser with ES6 / ES2015, ESLint, Babel, Mocha, Chai, Sinon, Istanbul, Coveralls..
  • meanjs: MEAN.JS Official Generator
  • 🔹 node: Create a Node.js module
  • 🔹 canner-node: Create a Node.js module
  • 🔹 my-node: Create a Node.js module
  • 🔹 ember: Ember
  • react-redux-universal: A full-stack starter kit with react, redux and feathers
  • react-gulp-browserify: Facebook's React framework. It includes gulp, browserify, livereload and famous official Twitter bootstrap Sass version
  • reveal: A Reveal.js
  • ngx-rocket: Extensible Angular 5+ enterprise-grade project generator based on angular-cli with best practices from the community. Includes PWA and Cordova support, coding guides and more!
  • ngx-app: Angular 4+ enterprise-grade project generator based on angular-cli with best practices from the community, a scalable starter template and a good learning base
  • ngx-core: Angular 2+ industrial project generator based on angular-cli with best practices from the community, a scalable starter template and a good learning base
  • rise: Node module template for authoring with ES6+, Babel, Tape and npm scripts
  • style-prototype: Style prototypes
  • babel-boilerplate: Generate a boilerplate for a library written in ES2015 for Node and the browser
  • graphql: Create production-ready GraphQL servers
  • angular-famous-ionic: Scaffolding an app using angularjs browserify and famous
  • mcfly: Scaffolding an app using angularjs browserify
  • marionette: Express, Marionette and Backbone with AMD
  • jekyllized: Jekyll to rapidly build sites using Gulp
  • flux: App based on Facebook's Flux/React architecture
  • sails-rest-api: Provides already configured and optimized Sails REST API with bundle of predefined features
  • 🔹 chromeapp: Scaffold out a Chrome app
  • keystone: A KeystoneJS Project
  • racket: Scaffold a universal reactapp
  • node-webkit: A generator for node-webkit
  • webappstarter: Quick start a web app for mobile.Automatically adjusts according to a device’s screen size without any extra work
  • docker: Docker generator
  • aws-lambda-dotnet: A collection of generators for writing .NET Core AWS Lambda functions and AWS Serverlessapps
  • angular2: Angular2 Generator
  • react-aspnet-boilerplate: A boiler plate for getting started with ASP.NET projects using react/redux/universal-rendering
  • yo-wordpress: Wordpress projects and plugins
  • phaser: Generate HTML5 games with phaser.js
  • redux: CLI for Redux: next-gen functional Flux/React with devtools
  • ng-poly: Modular AngularJS apps with Gulp and optional Polymer support
  • h5bp: HTML5 Boilerplate generator
  • express-no-stress: Create awesome APIs with ExpressJS and Swagger
  • zf5: Zurb Foundation 5
  • react-component: ReactJS Component projects
  • angular-flask: AngularJS + Flask
  • angularfire: Angular+Firebase
  • plugin-wp: WordPress plugins
  • 🔹 bootstrap: Bootstrap
  • chrome-extension-kickstart: Generator
  • angular-go-martini: AngularJS + Go + Martini
  • material-app: Generates a material webappwith AngularJS, Express and Mongoose
  • api: Creating RESTful NodeJS APIs, using ES6, Mongoose and Express
  • bespoke: Create Bespoke.js presentations using Yeoman
  • wp-make: Generator
  • mean-seed: MEAN-seed - AngularJS and node.js responsive/cross-platform/mobile ready app/website
  • angular-require: AngularJS using RequireJS
  • 🔹 karma: Karma
  • office: Creating Microsoft Office projects using any text editor
  • node-typescript: A minimal creating NodeJS modules using TypeScript
  • canner-node-typescript: A minimal creating NodeJS modules using TypeScript
  • flux-on-rails: Scaffolder of isomorphic/universal Flux app, backed by Rails API
  • jhipster-react: A Jhipster based generator to create react + spring bootapp
  • react-on-rails: Scaffolder of isomorphic NodeJS & ReactJS app, backed by Rails API
  • test: Based generator that creates a simple mocha/chai TDD scaffold for solving algorithms
  • angular-webpack-es6: Angular Webpack ES6 generator. Uses SASS as CSS preprocessor, UI router as default angular router, LazyLoading example included. Inspired by generator-gulp-angular
  • meteor: A Meteor app
  • jquery-boilerplate: JQuery Boilerplate
  • firefox-os: Firefox OS
  • meanstack: The MEAN stack
  • angulpify: Involving AngularJS, Gulp and Browserify
  • openapi-repo: OpenAPI(fka Swagger) repo to help you share spec for your API
  • gulp-ng: Gulp+angular
  • ionic-gulp: Ionic projects with gulp
  • micro-service: Kickstart your microservice with micro and ava!
  • hubot: Hubot
  • bootstrap-less: Bootstrap less
  • bangular: Generate and serve your project in a blink of an eye
  • patternlab: Pattern Lab Generator
  • chisel: Scaffolding front-end and WordPress projects
  • server-configs: Scaffolds out webserver configuration for various platforms. Goes well with HTML5 Boilerplate
  • element: Create Custom Elements using Polymer, X-Tag or VanillaJS
  • react-firebase: React and Firebase (with option for Redux) starter project generator
  • loopback: LoopBack
  • mean: MEAN stack, inspired by mean.io
  • htmlemail: HTML Email boilerplate
  • assemble: Create new Assemble projects
  • rf: RF: a React/Flux webapp generator with webpack, dialects and some good stuffs
  • ng2-webpack: An opinionated tool for scaffolding an app using angular2 and webpack
  • code: Visual Studio Code Extensions
  • angularjs-library: Create an AngularJS component library
  • flight: Generator for scaffolding out a Flight web app
  • ngtailor: Generator
  • jekyll-starter-kit: Combine Jekyll and Google web-starter-kit to enjoy the best of both worlds
  • kraken: A kraken
  • ngbp: Based on the ngBoilerplate kickstarter, a best-practice boilerplate for scalable Angular projects built on a highly modular, folder-by-feature structure. Now with easily switchable mocking via $httpBackend and RESTful resource scaffolding
  • angular-meteor: Creating AngularJS + Meteorapps
  • threejs: Three.js projects
  • angular-crud: Angular CRUD generator
  • hedley: Headless Drupal, Angular app, and Behat framework
  • android-mvp-starter: An MVP Boilerplate to save me having to create the same project over from scratch every time! :)
  • wbp: Scaffolds a modern workflow for starting a React app
  • nodex: 使用语言选项创建 node.js 模块 / Create a Node.js module with language option. Pass nodex --lang=cn | en
  • joli-symfony: Scaffolds a standard Symfony2appwith Yeoman
  • angularjs-cordova: Combines the best features and practices to initialise and scaffold an AngularJS based cordova mobile app using a module based approach. Includes Angular UI, Bootstrap 3
  • electric: Creating documentation sites using electric.js
  • esri-appbuilder-js: Help customize the ArcGIS Web AppBuilder
  • fountain-vue: Fountain generator to scaffold a webapp with Vue.js written in ES6 (Babel) through Webpack including tools Gulp 4, ESLint, Browsersync and Karma
  • angular-xl: Custom AngularJS
  • hapi-style: Scaffolding hapi apps and plugins
  • wp-theme: A WordPress theme generator, to kickstart WordPress theme development with yo, sass and grunt
  • bones: Scaffolding out a basic web project
  • dyno: ES6-ready Javascript, with Browserify, Gulp, and Jade
  • thorax: A Thorax
  • fountain-angular1: Fountain generator to scaffold a webapp with Angular 1 written in ES6 (Babel), TypeScript through Webpack or SystemJS including tools Gulp 4, ESLint, Browsersync and Karma
  • react-reflux: Facebook's React framework and flux architecture using reflux
  • keystone-react: KeystoneJS + ReactappGenerator
  • fountain-angular2: Fountain generator to scaffold a webapp with Angular 2 written in ES6 (Babel), TypeScript through Webpack or SystemJS including tools Gulp 4, ESLint, Browsersync and Karma
  • vuejs: A simple Vue + Webpack generator
  • create-redux-app: Add Redux, styled-components and other useful libraries like Generators in top of create-react-app
  • 🔹 jquery: Generate a jQuery plugin
  • angular-express-sequelize: AngularJS + Express + Sequelize
  • appx: Windows 10 App Build System
  • aio-angular: All In One AngularJS generator
  • modern-frontend: Scaffold out a modern front-end web app
  • hexo-theme: Create hexo themes like crazy!
  • django: A
  • react-webpack-alt: ReactJS and Flux (alt.js) via Webpack
  • mobile-boilerplate: H5BP Mobile Boilerplate generator
  • flask: Flask project
  • kibana-plugin: A Kibana plugin
  • aurelia: The JavaScript Framework Aurelia
  • laravel: A generator for Laravel (with Yeoman)
  • 🔹 gruntfile: A gruntfile
  • modern-web-dev: Modern Web Development Generator: Gulp, ES2015, TypeScript, Angular 2, SASS, Minification, Bundling, Sourcemaps, ..
  • phaser-plus: Create Phaser Web games with ease
  • angm: AngularJS help you getting started with a new project based on AngularJS and Angular Material to build large scaleapps
  • awesome-list: GitHub awesome lists 😎
  • gulp-bootstrap: Scaffold out a front-end web app using Sass (node-sass) by default
  • angular-ui-router: AngularJS( include UI-router )
  • alfred: Scaffold out an Alfred workflow
  • ghost: Generate Ghost blogs and themes using Yeoman
  • gulp-angular2: Angular2 + Gulp, base on angular2-seed and generator-gulp-angular
  • polymer-init-custom-build: A starting point for building apps using Polymer Starter Kit with a custom gulp process leveraging polymer-build
  • ng-plugin: Bootstrap AngularJS plugin creation, with integrated demo app, continuous integration system, dependencies and code coverage status
  • koa: A Koa
  • ngx-library: Bootstrap Angular library creation and publication, with integrated demo app, continuous integration/deployment system, code coverage status and much more!
  • angular-dropwizard: AngularJS + Dropwizard
  • angular-material-fullstack: Creating MEAN stackapps, using MongoDB, Express, AngularJS, and Node
  • nod: NodeJS modules generator with ES6 (Babel), Jest, Flow, Travis, Codecov, Documentation and more
  • standard-readme: Scaffold out a Standard Readme
  • openui5: OpenUI5
  • serverless-policy: Generator for the basic IAM policy to allow a user to deploy a Serverless service
  • angular-slim: AngularJS + Slim
  • k: A best Koa generator
  • firefox-extension: Firefox Extensions
  • jsmodule: Generator for scaffolding out a JavaScript module for Node.js or the browser
  • mobx-react: A lightweight for generator for scaffolding new mobx-react projects
  • wp-bones: Installs Bones Wordpress starter theme into the current directory - goto the themes folder and run wp-bones
  • koa-rest: Generator
  • es6-angular: Generator-es6-angular
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment