All Projects → Veams → generator-veams

Veams / generator-veams

Licence: other
Scaffold modern frontend web apps or web pages with a static site generator (Assemble or Mangony), Grunt and/or Gulp, Sass and Bower. Use modern frameworks like Bourbon, Bootstrap or Foundation and structure your JavaScript with ES Harmony support.

Programming Languages

javascript
184084 projects - #8 most used programming language
HTML
75241 projects
CSS
56736 projects

Projects that are alternatives of or similar to generator-veams

Assemble
Community
Stars: ✭ 3,995 (+8777.78%)
Mutual labels:  gulp, static-site-generator, grunt, scaffold, static-site
Generator Jekyllized
A Yeoman generator for Jekyll to rapidly build sites using Gulp
Stars: ✭ 332 (+637.78%)
Mutual labels:  gulp, yeoman, yeoman-generator
generator-sf
Yeoman generator that scaffolds out a Symfony PHP app including Browsersync, various CSS preprocessors, jspm, webpack, browserify and Service Worker
Stars: ✭ 14 (-68.89%)
Mutual labels:  gulp, grunt, yeoman
Generator Fountain Webapp
Yeoman 'fountain' generator to start a webapp
Stars: ✭ 985 (+2088.89%)
Mutual labels:  gulp, yeoman, yeoman-generator
Generator
Rails-inspired generator system that provides scaffolding for your apps
Stars: ✭ 1,000 (+2122.22%)
Mutual labels:  yeoman, yeoman-generator, scaffold
wordpress-scaffold
The scaffold for GRRR's WordPress Pro setup.
Stars: ✭ 16 (-64.44%)
Mutual labels:  static-site-generator, scaffold, static-site
Generator Gulp Express Webapp
Yeoman generator for building a simple web app using express + gulp. This project contains proper project and build structure to be easily extensible.
Stars: ✭ 8 (-82.22%)
Mutual labels:  gulp, yeoman, scaffold
Generator Infinitely Static
💫 Static page generator with routes support thats infinitely awesome
Stars: ✭ 11 (-75.56%)
Mutual labels:  static-site-generator, yeoman, static-site
Generator Fountain Angular2
Yeoman 'fountain' generator to start a webapp with Angular 2
Stars: ✭ 84 (+86.67%)
Mutual labels:  gulp, yeoman, yeoman-generator
Generator Fountain Angular1
Yeoman 'fountain' generator to start a webapp with Angular 1
Stars: ✭ 95 (+111.11%)
Mutual labels:  gulp, yeoman, yeoman-generator
Generator Chrome Extension Kickstart
Scaffold out a Web Extension http://yeoman.io
Stars: ✭ 232 (+415.56%)
Mutual labels:  gulp, yeoman-generator, scaffold
Generator Sails Rest Api
Yeoman generator for scaffolding Sails REST API with predefined features
Stars: ✭ 336 (+646.67%)
Mutual labels:  yeoman, yeoman-generator, scaffold
generator-fountain-react
Yeoman 'fountain' generator to start a webapp with React
Stars: ✭ 36 (-20%)
Mutual labels:  gulp, yeoman, yeoman-generator
Generator Gulp Plugin Boilerplate
Scaffold out a Gulp plugin boilerplate
Stars: ✭ 46 (+2.22%)
Mutual labels:  gulp, yeoman-generator, scaffold
generator-starterkit
Yeoman that scaffolds out a front end starterkit. 📦
Stars: ✭ 29 (-35.56%)
Mutual labels:  gulp, yeoman-generator, scaffold
Kotsu
✨ Clean, opinionated foundation for new projects — to boldly go where no man has gone before
Stars: ✭ 48 (+6.67%)
Mutual labels:  static-site-generator, grunt, static-site
awesome-astro
Curated resources on building sites with Astro, a brand new way to build static and server rendered sites, with cross-framework components, styling and reactive store support.
Stars: ✭ 210 (+366.67%)
Mutual labels:  static-site-generator, static-site
bymattlee-11ty-starter
A starter boilerplate powered by 11ty, Sanity, Gulp, Tailwind CSS, rollup.js, Alpine.js and Highway.
Stars: ✭ 27 (-40%)
Mutual labels:  gulp, static-site-generator
sutanlab.id
☕️ My Personal Homepage & Blog site with NextJS. 🇺🇸 🇮🇩
Stars: ✭ 39 (-13.33%)
Mutual labels:  static-site-generator, static-site
Blended
The Most Versatile Static HTML Site Generator
Stars: ✭ 22 (-51.11%)
Mutual labels:  static-site-generator, static-site

One of the most flexible and efficient Yeoman generator to build Frontend Web Apps, HTML5 web interfaces and Prototypes.

  1. You can use Grunt or Webpack as task runner/bundler/loader.
  2. You can create a static site with Mangony.
  3. You can create a React App with Redux, Redux-Observables, Router and more.
  4. You can build a technical HTML documentation.
  5. You can add Bootstrap, Foundation, Bourbon and Lost to your project.
  6. You can add the complete Veams stack to your project.
  7. You can enable hinting and linting.
  8. You have a mock API written in NodeJS in place.

Usage with CLI

To generate a new project just open your console, go to a specific project folder and type the following:

veams new project

That's it.

Just answer the questions and generate your individual project.

All dependencies and task files will be automagically downloaded and configured. You can start your project in your console via

npm start

When you have @veams/cli installed you can skip this section!

Installation without CLI

It is recommended to install @veams/cli.

If you only want to install the generator, just install it via:

npm install -g @veams/generator-veams

Usage without CLI (not recommended)

If you want to start the generator without @veams/cli you can do the following:

yo veams
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].