1.0.1 • Published 4 years ago

clamscan-cli v1.0.1

Weekly downloads
2
License
ISC
Repository
-
Last release
4 years ago

ClamAV Scan

Npm Package for execute command line in linux server.

How To Use

const clamScan = require('clamscan-cli');

let path = "PATH_TO_FILE";

clamScan(path).then(res => { console.log(res) });
1.0.1

4 years ago

1.0.0

4 years ago