the-under-scorer/wpk-core-cli

Maintainers

Package info

github.com/TheUnderScorer/wpk-core-cli

pkg:composer/the-under-scorer/wpk-core-cli

Statistics

Installs: 14

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 9

1.4.2 2019-09-08 11:56 UTC

README

Command line interface for wpk-core library. Note: It is WIP :).

Installation: composer global require the-under-scorer/wpk-core-cli

Usage: wpk-core command [options]

Command Description Options Example
app:install Installs plugin files into provided directory directory: string = Directory to which plugin files will be installed wpk-core app:install my-plugin
module:make Creates module directory name:string = Name of created module wpk-core module:make Test