https://github.com/theunderscorer/wpk-core-cli
https://github.com/theunderscorer/wpk-core-cli
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/theunderscorer/wpk-core-cli
- Owner: TheUnderScorer
- Created: 2019-07-02T10:48:22.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-10T01:28:20.000Z (over 2 years ago)
- Last Synced: 2025-01-17T03:31:55.837Z (5 months ago)
- Language: PHP
- Size: 15.4 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 9
-
Metadata Files:
- Readme: README.MD
Awesome Lists containing this project
README
# WPK Core CLI
Command line interface for [wpk-core](https://github.com/TheUnderScorer/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