node-cloc
v0.1.0
Published
Count Lines of Code Library do Node.JS
Readme
node-cloc
Count Lines of Code Library do Node.JS
The node-cloc library counts the number of lines of code for the given folder. This library is based on the fatastic cloc tool.
Installation
$ npm i node-clocUsage
const cloc = require('node-cloc')
cloc('/my/folder').then((res) => console.log(res), (err) => console.log(err))