sematico-plugstate
v0.0.0
Published
CLI Tool to automate the scaffolding and deployment of a Plugstate powered WordPress plugin.
Downloads
1
Readme
WP Plugstate CLI
CLI Tool to automate the scaffolding and deployment of a Plugstate powered WordPress plugin.
Usage
$ npm install -g sematico-plugstate
$ sematico-plugstate COMMAND
running command...
$ sematico-plugstate (--version)
sematico-plugstate/0.0.0 darwin-x64 node-v17.3.0
$ sematico-plugstate --help [COMMAND]
USAGE
$ sematico-plugstate COMMAND
...
Commands
sematico-plugstate config
sematico-plugstate export
sematico-plugstate help [COMMAND]
sematico-plugstate scaffold
sematico-plugstate config
Generate a configuration file for Plugstate powered WordPress plugins.
USAGE
$ sematico-plugstate config
DESCRIPTION
Generate a configuration file for Plugstate powered WordPress plugins.
See code: dist/commands/config.ts
sematico-plugstate export
Bundle up the production ready plugin folder and zip file.
USAGE
$ sematico-plugstate export
DESCRIPTION
Bundle up the production ready plugin folder and zip file.
See code: dist/commands/export.ts
sematico-plugstate help [COMMAND]
Display help for sematico-plugstate.
USAGE
$ sematico-plugstate help [COMMAND] [-n]
ARGUMENTS
COMMAND Command to show help for.
FLAGS
-n, --nested-commands Include all nested commands in the output.
DESCRIPTION
Display help for sematico-plugstate.
See code: @oclif/plugin-help
sematico-plugstate scaffold
Scaffold a Plugstate powered WordPress plugin.
USAGE
$ sematico-plugstate scaffold
DESCRIPTION
Scaffold a Plugstate powered WordPress plugin.
See code: dist/commands/scaffold.ts