https://github.com/bigboxwc/wp-bin
Bash scripts for WordPress themes and plugins.
https://github.com/bigboxwc/wp-bin
bash wordpress
Last synced: about 2 months ago
JSON representation
Bash scripts for WordPress themes and plugins.
- Host: GitHub
- URL: https://github.com/bigboxwc/wp-bin
- Owner: bigboxwc
- Created: 2018-07-21T14:54:33.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-07-21T17:10:32.000Z (almost 8 years ago)
- Last Synced: 2025-04-09T15:55:06.977Z (about 1 year ago)
- Topics: bash, wordpress
- Language: Shell
- Homepage: https://bigboxwc.com/
- Size: 7.81 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# wp-bin
Helpful `bash` commands for WordPress themes and plugins.
## Usage
`source` the commands in your script.
```
#!/bin/bash
# Include useful functions
source "$(dirname "$0")/wp-bin/wp-bin.sh"
```
Utility functions can be found in [bin/utils](https://github.com/bigboxwc/wp-bin/tree/master/bin/utils)