Skip to content

Experimental utility to visualize your codebase's Reason conversion progress

Notifications You must be signed in to change notification settings

reasonml/re-cover

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Reason Conversion Coverage Visualizer

This small script generates a visualization of your codebase's conversion progress from JavaScript to Reason.

This is just a proof of concept. It only works when called just outside a flat src directory.

Installation & Usage

Clone this directory and invoke the re-cover script at the root of the project, where a flat src/ resides. You can then open comp.svg in a browser, or comp.dot with a dotty visualizer such as GraphViz.

Prerequisite

Note: doesn't work on Windows yet. Contribution welcome! You need to have GraphViz installed for the dot utility, and the usual sed, find, grep.

Example

Example

About

Experimental utility to visualize your codebase's Reason conversion progress

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages