We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 72740ad commit 501f082Copy full SHA for 501f082
README.md
@@ -39,6 +39,13 @@ would be the same as
39
40
which can run Mocha unit tests in the watching mode for example.
41
42
+## Similar projects
43
+
44
+* [npm-run](https://www.npmjs.com/package/npm-run) run locally-installed executables to avoid
45
+ using long string `node node_modules/.bin/some-alias ...`
46
+* [nrun](https://github.com/2do2go/nrun) is very similar to this project, but the script name
47
+ completion is done via shell script, see [the relevant issue](https://github.com/2do2go/nrun/issues/3).
48
49
### Small print
50
51
Author: Gleb Bahmutov © 2015
0 commit comments