Crystal bindings for libtelnet
Add this to your application's shard.yml
:
dependencies:
libtelnet:
github: proxima/libtelnet
Requires the user to have libtelnet installed locally.
require "libtelnet"
- Fork it (https://github.com/your-github-user/libtelnet/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
- proxima Christopher Lee - creator, maintainer