the-under-scorer / wpk-core-cli
1.4.2
2019-09-08 11:56 UTC
Requires
- ext-readline: *
- illuminate/container: ^6.0
- phpunit/phpunit: ^8.3
- symfony/console: ^4.3
- symfony/filesystem: ^4.3
- symfony/process: ^4.3
- dev-master
- 1.4.2
- 1.4.1
- 1.4.0
- 1.3.0
- 1.2.9
- 1.2.7
- 1.2.6
- 1.2.5
- 1.2.3
- 1.2.2
- 1.2.1
- 1.1.3
- 1.1.2
- 1.1.1
- 1.1
- 1.0
- dev-dependabot/npm_and_yarn/files/plugin/tests/phpunit/WPSuite/src/wp-content/themes/twentynineteen/qs-6.5.3
- dev-dependabot/npm_and_yarn/files/plugin/tests/phpunit/WPSuite/src/wp-content/themes/twentynineteen/decode-uri-component-0.2.2
- dev-dependabot/npm_and_yarn/files/plugin/tests/phpunit/WPSuite/src/wp-content/themes/twentynineteen/shell-quote-1.7.3
- dev-dependabot/npm_and_yarn/files/plugin/tests/phpunit/WPSuite/src/wp-content/themes/twentynineteen/ajv-6.12.6
- dev-dependabot/npm_and_yarn/files/plugin/tests/phpunit/WPSuite/src/wp-content/themes/twentynineteen/node-sass-7.0.0
- dev-dependabot/npm_and_yarn/files/plugin/tests/phpunit/WPSuite/src/wp-content/themes/twentynineteen/path-parse-1.0.7
- dev-dependabot/npm_and_yarn/files/plugin/tests/phpunit/WPSuite/src/wp-content/themes/twentynineteen/browserslist-4.16.6
- dev-dependabot/npm_and_yarn/files/plugin/tests/phpunit/WPSuite/src/wp-content/themes/twentynineteen/hosted-git-info-2.8.9
- dev-dependabot/npm_and_yarn/files/plugin/tests/phpunit/WPSuite/src/wp-content/themes/twentynineteen/y18n-3.2.2
This package is auto-updated.
Last update: 2025-03-10 06:43:42 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 |