An open API service indexing awesome lists of open source software.

https://github.com/alexeyraspopov/halstead

A JavaScript implementation of Halstead complexity measures.
https://github.com/alexeyraspopov/halstead

Last synced: about 1 month ago
JSON representation

A JavaScript implementation of Halstead complexity measures.

Awesome Lists containing this project

README

        

# Halstead

A JavaScript implementation of Halstead complexity measures.

## Install

npm install halstead --save

## Usage

halstead(source);

## License

MIT License