1.1.0 • Published 3 years ago

create-wordpress v1.1.0

Weekly downloads
2
License
MIT
Repository
github
Last release
3 years ago

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.