Git Product home page Git Product logo

create-wp-site's Introduction

create-wp-site

npm version

create-wp-site is a command line tool to create your local WordPress development with 10up/wp-local-docker.
This tools is inspired by site creation wizard for VVV by brad/vv.

Requirements

Install

$ npm install -g create-wp-site

Usage

Once installed globally, create-wp-site should be available from shell.

$ create-wp-site

  Usage: create-wp-site [options] [command]
  
  
    Commands:
  
      info                Show information about this tool
      create              Create new WordPress Site
      addhost [options]   Add hosts to /etc/hosts or C:/Windows/System32/drivers/etc/hosts, need sudo privileges
  
    Options:
  
      -h, --help     output usage information
      -V, --version  output the version number
  
    Examples:
  
      $ create-wp-site <directory-name>

Using Yarn 1.0

$ yarn create wp-site <directory-name>

For more help on specific command, supply -h or --help.

Compile from source

If you want to contribute or want to compile from the source

$ git clone https://github.com/ivankristianto/create-wp-site.git
$ cd create-wp-site
$ npm install && npm run build

Todo(s)

  • Clone a repository to wp-content
  • Import SQL File
  • Option to remove default themes & plugins
  • Option to add WP_DEBUG and WP_DEBUG_LOG
  • Option to enable multisite subdirectory / subdomain
  • Command to compress everything

Note: Pull requests and any feedbacks are always welcome!

Known Issue(s)

  • This is not tested on Windows platform yet.

Credits

Thanks to contributors

License

MIT

create-wp-site's People

Contributors

ivankristianto avatar viankakrisna avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

create-wp-site's Issues

add a pre-flight check to ensure that all the dependencies needed are there

Steps to Reproduce:

run npx create-wp-site in a machine without docker-compose command available

Expected Behavior:

  1. create-wp-site fails gracefully and point the user to setup docker-compose on their machine it's not available
  2. create-wp-site does not leave the site URL in /etc/hosts

Actual Behavior

  1. create-wp-site still runs and create the project (there are some references of docker-compose is not available, but it still runs and congratulate the user)
  2. the site URL is still in the /etc/hosts

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.