Skip to content

kdridi/node-cloc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

node-cloc

Count Lines of Code Library do Node.JS

Site | Package

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-cloc

Usage

const cloc = require('node-cloc')

cloc('/my/folder').then((res) => console.log(res), (err) => console.log(err))

About

Count Lines of Code Library do Node.JS

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published