Small wrapper library to read and write NZB files
-
Add the dependency to your
shard.yml
:dependencies: nzb: github: spoved/nzb.cr
-
Run
shards install
require "nzb"
nzb = Nzb.open("path to nzb")
- Fork it (https://github.com/spoved/nzb.cr/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
- Holden Omans - creator and maintainer