Skip to content

Commit

Permalink
Add npm badge to readme.
Browse files Browse the repository at this point in the history
  • Loading branch information
jjrv committed Apr 12, 2015
1 parent bf49977 commit 1287a16
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
autogypi
========

[![npm version](https://img.shields.io/npm/v/autogypi.svg)](https://www.npmjs.com/package/autogypi)

Autogypi handles dependencies for node-gyp projects. It generates a .gypi file you can include from the main `binding.gyp` file of your own module.
The generated .gypi file includes references to other .gypi files bundled with any required npm modules.
Modules requiring more modules are handled recursively.
Expand Down

0 comments on commit 1287a16

Please sign in to comment.