Thanks to visit codestin.com
Credit goes to github.com

Skip to content

stuartshields/generator-chassis-wp

 
 

Repository files navigation

Chassis Yeoman Generator

Generate a new Chassis project.

Installation

First, install Yeoman and generator-chassis-wp using npm (we assume you have pre-installed node.js).

npm install -g yo
npm install -g generator-chassis-wp

Then generate your new project and follow the prompts.

yo chassis-wp

What happens during installation?

When running the generator, you will be prompted for

  • Project name. Used for folder name where the project gets scaffolded.
  • PHP Version.
  • If multisite should be enabled.
  • Which extensions to automatically enable.

All options, except for project name, will be saved as the default for the next generation you do.

Options

Flag Description
--skip-vagrant Will skip bringing newly created project up via Vagrant.
--defaults Will skip all options except name and use the saved defaults.

About

🚙 Easily generate new Chassis projects.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%