WPB (WordPress Bash)

About

WPB allows you to access your wordpress database through the console in a similar way to the rails console.

Install

gem install wpb

Troubleshooting

  • Make sure you have mysql installed on your machine for the mysql gem to install, you also need some kind of compiler
    • For mac, you need xcode and homebrew and you can install mysql as follows. brew install mysql

Contributing