Popularity
2.2
Declining
Activity
0.0
Stable
2
4
0

Programming language: Crystal
License: MIT License
Tags: Misc    

clamd.cr alternatives and similar shards

Based on the "Misc" category.
Alternatively, view clamd.cr alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of clamd.cr or a related project?

Add another 'Misc' Shard

README

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

  1. Fork it ( https://github.com/RX14/clamd/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

Contributors

  • RX14 RX14 - creator, maintainer