Skip to content

fafnirical/generator-web-starter

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

generator-web-starter

The Web Starter Kit is a yeoman generator developed and maintained by Forum One. It allows you to:

  1. Create a drupal, angularjs or wordpress project.
  2. Add a default theme like the gesso theme.
  3. Add common preconfigure common utilities like grunt tasks, capistrano or puppet.

Installing

  1. Install the Yeoman CLI tool (if you don't already have it) -- note that you may need to run this as a user with elevated privileges:
npm install -g yo
  1. Install the generator -- note that you may need to run this as a user with elevated privileges:
npm install -g generator-web-starter

To update your version of generator-web-starter, run:

npm install -g generator-web-starter

Using generator-web-starter

After installing, navigate to the directory that will contain the new project and run:

yo web-starter

This will bring up an interactive menu for setting up your new web-starter project.

About

Yeoman generator for the Web Starter Kit

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 97.8%
  • Ruby 2.2%