1.0.1 • Published 7 years ago
node-code-counter v1.0.1
What's this
A stupid tool to count how many lines of code you have written
Require
Node.js v10
How to use
npm install node-code-counter
const Counter = require('node-code-counter')
new Counter({
rootPath:'./',
ignore:['node_modules','package']
})