Skip to content
This repository has been archived by the owner on Oct 20, 2022. It is now read-only.
/ newfold-wp-cli Public archive

A zero-configuration WordPress scaffolding tool built as a WP-CLI package.

Notifications You must be signed in to change notification settings

bluehost/newfold-wp-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Newfold Logo

NewFold WordPress CLI

A zero-configuration scaffolding tool for WordPress projects.

Installation

  1. Install WP-CLI

  2. Install this WP-CLI package:

wp package install bluehost/newfold-wp-cli

Getting Started

From your project root, run the init command to set up a project-level configuration file.
*Technically, this step is optional. However, it helps to eliminate some prompts as you run make commands.

wp newfold init

Run the make command to scaffold a new template such as a plugin, theme, etc.

wp newfold make <name>

To get a list of available templates, run:

wp newfold template list

Documentation

All commands are self-documented by the tool. Simply type an available command followed by the --help flag for more details.

Get high-level documentation on available commands:

wp newfold --help 

Get documentation for a specific command:

wp newfold init --help

For more thorough documentation, reference the core WP scaffolding tool.

About

A zero-configuration WordPress scaffolding tool built as a WP-CLI package.

Topics

Resources

Code of conduct

Security policy

Stars

Watchers

Forks

Languages