1.0.1 • Published 2 years ago

bmodulemap v1.0.1

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

bmodulemap

Create a visual representation of 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 bmodulemap npm i -g bmodulemap

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 ../bmodulemap
bmodulemap

Usage

After installing, you can run bmodulemap from the terminal by running

bmodulemap
1.0.1

2 years ago

1.0.0

2 years ago