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
This package is auto-updated.
Last update: 2026-06-10 09:23:06 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 |