cobasi

COdeBAseSIze. Static analysis and visualization of your codebase.

Usage no npm install needed!

<script type="module">
  import cobasi from 'https://cdn.skypack.dev/cobasi';
</script>

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