Pencilcase Teams :: Shipit

SHIP IT! To your Pencilcase Teams

Installation

Install yourself a little shipping magic.

gem install pencilcase_shipit

Usage

We are expecting that somewhere you have a PENCILCASE_UUID and a PENCILCASE_TOKEN in your ENV.

Then you just

shipit path_to_file

If they are not in your path, then you need to set them with the command

PENCILCASE_UUID="XXXX-XXX-XXXX" PENCILCASE_TOKEN="1337DEADBEEF1337" shipit path_to_file

If you are testing you should also set PENCILCASE_URL="http://pencilcase.dev/api/v1" when you run the command

Contributing

  1. Fork it ( https://github.com/[my-github-username]/pencilcase_shipit/fork )
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create a new Pull Request