1.1.0 • Published 7 years ago

generator-chassis-wp v1.1.0

Weekly downloads
5
License
MIT
Repository
github
Last release
7 years ago

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

FlagDescription
--skip-vagrantWill skip bringing newly created project up via Vagrant.
--defaultsWill skip all options except name and use the saved defaults.