https://github.com/weknowinc/wp-console-extend
WordPress Console Extend Composer Template
https://github.com/weknowinc/wp-console-extend
wordpress wp-console
Last synced: 3 months ago
JSON representation
WordPress Console Extend Composer Template
- Host: GitHub
- URL: https://github.com/weknowinc/wp-console-extend
- Owner: weknowinc
- Created: 2017-05-01T09:43:02.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-10-11T09:26:08.000Z (over 8 years ago)
- Last Synced: 2025-02-27T10:57:47.116Z (over 1 year ago)
- Topics: wordpress, wp-console
- Language: PHP
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# WP Console extend
Instructions to extend WP Console adding commands globally.
### Create `~/.wp-console/` directory
Execute the `init` command and select `/Users/YOUR_USER_NAME/.wp-console/` when asked for destination.
```
wp-console init
```
### Install this project:
```
cd ~/.wp-console/
composer create-project \
wp/console-extend:dev-master extend \
--no-dev \
--no-interaction
```
### Update this project
```
cd ~/.wp-console/extend
composer update --no-dev
```
# Supporting Organizations
[](http://weknowinc.com)
[](http://www.anexusit.com/)
> WordPress is a registered trademark of [WordPress Foundation](http://wordpressfoundation.org/2010/trademark/).