Skip to content

COdeBAseSIze. Static analysis and visualization of your codebase.

License

Notifications You must be signed in to change notification settings

ChrisEbert/cobasi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

COdeBAseSIze. Static analysis and visualization of your codebase.

Resources

License

Stars

Watchers

Forks

Packages

No packages published