JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 2
  • Score
    100M100P100Q32513F
  • License MIT

COdeBAseSIze. Static analysis and visualization of your codebase.

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 Build Status

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