create-wordpress

1.1.0 • Public • Published

create-wordpress

WordPress automated installation

npm version JavaScript Style Guide MIT license

Demo CLI

Requirements

  • Node.js >= 8.0.0
  • WP CLI

Installation

$ npm install -g create-wordpress

Usage

$ create-wordpress --help

  Usage: create-wordpress <projectName> [options]
  
  WordPress automated installation
  
  Options:
    -f, --force    overwrite target directory if it exists
    -h, --help     show CLI help
    -n, --noIndex  disable search engine indexing
    -p, --preset   use the last saved preset as default configuration
    -v, --version  show CLI version

Example

Initliaze project and disable search engine indexing

$ create-wordpress my-app --noIndex

License

The Wordpress create-wordpress CLI is open-sourced software licensed under the MIT.

Package Sidebar

Install

npm i create-wordpress

Weekly Downloads

2

Version

1.1.0

License

MIT

Unpacked Size

19.9 kB

Total Files

17

Last publish

Collaborators

  • veronq