clamd.cr
clamd.cr is a crystal library for sending commands to clamd instances. It can be used for monitoring a running clamd instance, or sending files for scanning - either over the network or by sending a local file path.
Installation
Add this to your application's shard.yml
:
dependencies:
clamd:
github: RX14/clamd.cr
Usage
require "clamd"
TODO Write usage instructions here
Contributing
- Fork it ( https://github.com/RX14/clamd/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
Contributors
- RX14 RX14 - creator, maintainer