aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorZhiming Wang2017-07-13 20:56:53 -0400
committerZhiming Wang2017-07-13 20:56:53 -0400
commitdfc4c2d4623ff230f0710e6725c19d25f7faae2b (patch)
tree0e1c04e5304325f440ab691889bf1e0603e6a0af
parent4ca2efb12dd1399526e0aa845b56ede58daecddd (diff)
downloadbrew-dfc4c2d4623ff230f0710e6725c19d25f7faae2b.tar.bz2
docs/Node: mention homebrew-npm-noob
homebrew-npm-noob is a formula generator for npm packages.
-rw-r--r--docs/Node-for-Formula-Authors.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/Node-for-Formula-Authors.md b/docs/Node-for-Formula-Authors.md
index a3d0624f2..f1a50a8c3 100644
--- a/docs/Node-for-Formula-Authors.md
+++ b/docs/Node-for-Formula-Authors.md
@@ -113,3 +113,7 @@ end
```
For examples using the `local_npm_install_args` method look at the [`elixirscript`](https://github.com/Homebrew/homebrew-core/blob/ec1e40d37e81af63122a354f0101c377f6a4e66d/Formula/elixirscript.rb) or [`kibana`](https://github.com/Homebrew/homebrew-core/blob/c6202f91a129e2f994d904f299a308cc6fbd58e5/Formula/kibana.rb) formulae.
+
+## Tooling
+
+You can use [homebrew-npm-noob](https://github.com/zmwangx/homebrew-npm-noob) to automatically generate a formula like the example above for an npm package.