Skip to content

MrCox007/react-composition-map

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

react-composition-map

Creates a composition map over components in a react project

Rembember to install graphviz from http://www.graphviz.org/ and add bin to path**********

Example usage: var doc = require('react-composition-map'); var options = { "components":"./frontend/components/*.jsx", //folder to components in react project "singleFiles":[ //Add single files if you want them included "./frontend/main.jsx" ], "format":"svg", "output":"./map.svg" };

doc.generateDoc(options);

About

Creates a composition map over components in a react project

Resources

License

Stars

Watchers

Forks

Packages

No packages published