aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorMike McQuaid2017-07-15 14:08:36 +0100
committerGitHub2017-07-15 14:08:36 +0100
commit9378e2105dbfca67f14255149ff3c008a0deb435 (patch)
tree49d33a6be9696cf4aebf9a6449f4f23950014d45 /docs
parentce1b26d58d7263cc7a71372f83130b9151888d81 (diff)
parentdfc4c2d4623ff230f0710e6725c19d25f7faae2b (diff)
downloadbrew-9378e2105dbfca67f14255149ff3c008a0deb435.tar.bz2
Merge pull request #2895 from zmwangx/docs-mention-homebrew-npm-noob
docs/Node: mention homebrew-npm-noob
Diffstat (limited to 'docs')
-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.