JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 1
  • Score
    100M100P100Q33418F
  • 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/**/.*']);
//Total Files: 4 Total Sloc: 18 Total Folders: 2

API

cobasi(files)

files

Type: array

A set of files to analyse.

License

MIT © Chris Ebert