Analysis updated 2026-07-03
Scaffold a new AngularJS project with Gulp build tooling already configured by answering a few setup questions.
See a working example of how Yeoman generators generate project structure and config files.
| swiip/generator-gulp-angular | fastify/fast-json-stringify | jgraph/drawio-mcp | |
|---|---|---|---|
| Stars | 3,694 | 3,696 | 3,691 |
| Language | JavaScript | JavaScript | JavaScript |
| Setup difficulty | easy | easy | easy |
| Complexity | 2/5 | 2/5 | 2/5 |
| Audience | developer | developer | developer |
Figures from each repo's GitHub metadata at analysis time.
Project is unmaintained and outdated, use FountainJS for new projects.
Generator-gulp-angular is a project scaffolding tool for building web applications with AngularJS and Gulp. Scaffolding tools like this one set up a new project folder with all the boilerplate files, folder structure, and build configuration already in place, so you can start writing your actual application code without spending hours configuring tooling from scratch. It works with Yeoman, a command-line tool for running generators. You install both tools with npm, run a single command in an empty folder, and answer a series of questions about which technologies you want in your project. Based on your answers, the generator creates a configured project that can include options like Bootstrap or Foundation for styling, TypeScript, CoffeeScript, or Babel for JavaScript, Sass or Less for CSS, Jade or Handlebars for HTML templates, Karma and Jasmine for testing, and Browsersync for live reloading during development. The README is clear that this project is unmaintained and outdated. The badges at the top mark it as both. The maintainer explains that development moved to a successor project called FountainJS, which covers the same ideas with more modern tooling. For anyone finding this repository today, the README recommends going to FountainJS instead. For historical context: Gulp is a build tool that automates tasks like compiling, bundling, and refreshing the browser during development. AngularJS (not to be confused with the later Angular) was a widely used JavaScript framework in the mid-2010s. This generator was a popular way to start AngularJS projects during that period. It is licensed under MIT.
An unmaintained Yeoman scaffolding tool that generated AngularJS and Gulp project boilerplate. The maintainer recommends using its successor FountainJS instead.
Mainly JavaScript. The stack also includes JavaScript, AngularJS, Gulp.
Use freely for any purpose, including commercial projects, under the MIT license.
Setup difficulty is rated easy, with roughly 30min to a first successful run.
Mainly developer.
This repo across BitVibe Labs
Verify against the repo before relying on details.