https://github.com/peterbooker/wpcli
Proof of concept for writing WPCLI in Go.
https://github.com/peterbooker/wpcli
cli golang wordpress
Last synced: about 2 months ago
JSON representation
Proof of concept for writing WPCLI in Go.
- Host: GitHub
- URL: https://github.com/peterbooker/wpcli
- Owner: PeterBooker
- License: mit
- Created: 2019-01-19T21:21:48.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-01-30T10:22:27.000Z (over 7 years ago)
- Last Synced: 2026-04-24T05:41:55.795Z (2 months ago)
- Topics: cli, golang, wordpress
- Language: Go
- Homepage:
- Size: 9.77 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# WPCLI
This is currently a proof of concept for re-creating [WPCLI](https://github.com/wp-cli/wp-cli) in Go.
## Commands
Initial plans are to include `wp core download`, `wp core install` and `wp core is-installed`.
### Core
Contains WP Core Commands
#### Download
Downloads and extracts WordPress core files to the specified path.
#### Install
Installs WordPress using the provided details.
#### Is-Installed
Checks for a valid WordPress install at the specified path.
## License
This is MIT licensed.