Skip to content

Commit

Permalink
Add link to my Patreon page in README
Browse files Browse the repository at this point in the history
  • Loading branch information
pahen committed Jan 15, 2019
1 parent 925c57e commit 9ee722a
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,15 @@
</a>
</p>

<p align="center">
<a href="https://www.patreon.com/bePatron?u=16473892">
<img src="https://c5.patreon.com/external/logo/[email protected]" alt"Become a Patron" width="170" />
</a>
</p>

**Madge** is a developer tool for generating a visual graph of your module dependencies, finding circular dependencies, and give you other useful info. Joel Kemp's awesome [dependency-tree](https://github.com/mrjoelkemp/node-dependency-tree) is used for extracting the dependency tree.


* Works for JavaScript (AMD, CommonJS, and ES6 modules)
* Also works for CSS preprocessors (Sass, Stylus, and Less)
* NPM installed dependencies are excluded by default (can be enabled)
Expand Down Expand Up @@ -259,7 +266,7 @@ $ madge --circular path/src/app.js
$ madge --depends wheels.js path/src/app.js
```

> Show modules that no one is depending on.
> Show modules that no one is depending on
```sh
$ madge --orphans path/src/
Expand Down

0 comments on commit 9ee722a

Please sign in to comment.