modulemap-browserify
v1.0.0
Published
A tool for creating a flowchart that visualizes the flow of module imports in a browserify js app.
Downloads
3
Readme
modulemap
Map local module requirements for your browserify js applications.
Arrows point from the file requesting another module to the module that it is requesting.
Setup
To run this, you need to first have graphviz on your computer. Install graphviz
Then, install modulemap
npm i -g modulemap
Dev Setup
Clone the repo, and enter it. Install requirements with
npm ci
You can test the app by running
node index.js
or by installing it and running it by running
npm i -g ../modulemap
modulemap
Usage
After installing, you can run modulemap from the terminal by running
modulemap