Skip to content

Commit 501f082

Browse files
committed
feat(docs): finished readme, added related projects section
1 parent 72740ad commit 501f082

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

+7
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,13 @@ would be the same as
3939

4040
which can run Mocha unit tests in the watching mode for example.
4141

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+
4249
### Small print
4350

4451
Author: Gleb Bahmutov © 2015

0 commit comments

Comments
 (0)