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.
- Host: GitHub
- URL: https://github.com/alexeyraspopov/halstead
- Owner: alexeyraspopov
- Created: 2015-04-29T11:19:43.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2015-05-05T18:02:08.000Z (almost 10 years ago)
- Last Synced: 2025-03-18T03:12:30.865Z (about 2 months ago)
- Language: JavaScript
- Size: 117 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
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