krzysztof-o / gulp-sloc

Gulp plugin to log number of source lines of code

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

gulp-sloc

Gulp plugin to log number of source lines of code a.k.a. sloc

var sloc = require('gulp-sloc-simply');

gulp.src('*')
  .pipe(sloc())
[gulp] 123 456 sloc

Installation

npm install gulp-sloc-simply

Test

mocha

About

Gulp plugin to log number of source lines of code

License:MIT License


Languages

Language:JavaScript 100.0%