1.0.0 • Published 2 years ago

modulemap-browserify v1.0.0

Weekly downloads
-
License
ISC
Repository
github
Last release
2 years ago

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.

original idea concept

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