An open API service indexing awesome lists of open source software.

https://github.com/dazinator/netpack-madge

A netpack wrapper / api for using madge to create module dependency graphs for CommonJS, AMD or ES6 modules.
https://github.com/dazinator/netpack-madge

Last synced: 4 months ago
JSON representation

A netpack wrapper / api for using madge to create module dependency graphs for CommonJS, AMD or ES6 modules.

Awesome Lists containing this project

README

          

# NetPack - Madge
A netpack wrapper / api for using madge to create module dependency graphs for CommonJS, AMD or ES6 modules.

Open with VS Code.

```
npm install
```

To debug the tests, launch VS Code debugger with "Run mocha" selected.

To run tests from command line:

```
npm test
```

All source code is written in typescript within the `src` directory, and is transpiled to the `dist` folder
when you run a build in vs code (ctrl + shift + b).