An open API service indexing awesome lists of open source software.

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.

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)