Skip to content

RX14/clamd.cr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published