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
- Fork it ( https://github.com/[my-github-username]/pencilcase_shipit/fork )
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create a new Pull Request