Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 435 Bytes

README.md

File metadata and controls

11 lines (6 loc) · 435 Bytes

Object-Oriented Programming Analyzer

This project will allow both analyzing classes and automatically improving them according to software metrics. It currently supports JavaScript.

Installation

Install packages using your preferred package manager. This project includes a yarn.lock file.

Running

The analyzer is written for TypeScript Node. Run using $ ts-node oop-analyser.ts.