Package Exports
- cobasi
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (cobasi) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
cobasi 
COdeBAseSIze. Static analysis and visualization of your codebase.
Install
$ npm install --save cobasi
Usage
var cobasi = require('cobasi');
cobasi(['./fixtures/**/*', './fixtures/**/.*']);
//{ "files" : 5, "folders" : 19, "sloc" : 2 }
API
cobasi(files)
files
Type: array
A set of files to analyze.
License
MIT © Chris Ebert