Simple tool help check duplicate code and render to html
Build base on jscpd
##USAGE
checkcode -p "./app/" -f "**/*.html" -l js testcss.html
Usage: checkcode [options] Options:
-p, --path <path> folder to start scan
-f, --files <files> glob pattern for find code
-l, --language <language> language to scan (html,css,js)
-c, --channel <channel> slack channel post into
-h, --help output usage information