Skip to content

pschild/CodeRadarVisualization

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

245 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CodeRadarVisualization

Installing dependencies

After checking out the project to your local harddrive, just install all needed dependencies with npm:

npm install

Transform to ES5

Because ES6 is used for writing the JavaScript code, you need to transpile the code into ES5. You can easily do that with the help of gulp:

gulp

To make the development a lot more comfortable, you can also start a code watcher with gulp. It will automatically transpile the JavaScript code to ES5 whenever it detects a change:

gulp watch

Execute tests

To make sure the code works properly, you can run unit tests with

npm test

Screenshots

Just choose two versions of your software project (based on GIT) and the type of view: Choose Versions

You can compare the two versions either side by side ... Split View

... or in a merged view: Merged View

You can filter for specific properties of your classes ... filter

... and map different types of metrics to your personal visualization. mapping

Of course, you can also search for certain files in your project and highlight them in the visualization search

Releases

No releases published

Packages

 
 
 

Contributors