# WPB (WordPress Bash)

## About
WPB (aka WordPress Bash) provides a Terminal interface to WordPress. It tries to achieve a similar feel to irb and the rails console.
For example working with users you will be able to do something like this
```ruby
wpb:01> User.find 1
 => #<WPB::UserObject:0x0000010087ef78 @name="James Birtles", @username="jamesbirtles">
```