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.
- Host: GitHub
- URL: https://github.com/dazinator/netpack-madge
- Owner: dazinator
- Created: 2018-12-03T22:35:20.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2021-06-16T07:55:12.000Z (almost 5 years ago)
- Last Synced: 2025-12-08T19:50:50.826Z (6 months ago)
- Language: JavaScript
- Size: 137 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
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).