Popularity
2.5
Growing
Activity
0.0
Declining
2
3
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.
-
burocracia.cr
burocracia.cr the dependecyless shard to validate, generate and format Brazilian burocracias such as CPF, CNPJ and CEP -
crystal-web-framework-stars
Web frameworks for Crystal, most starred on Github
Get performance insights in less than 4 minutes
Scout APM uses tracing logic that ties bottlenecks to source code so you know the exact line of code causing performance issues and can get back to building a great product faster.
Sponsored
scoutapm.com
Do you think we are missing an alternative of clamd.cr or a related project?
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
- 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