We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c89723a + d99d30f commit 11ae2c4Copy full SHA for 11ae2c4
README.md
@@ -17,13 +17,18 @@ Install as a global tool `npm install -g npm-quick-run`. This creates two aliase
17
18
$ nr t # runs script starting with "t"
19
$ nr m -w # runs a script starting with "m", probably "npm run mocha -- -w"
20
+ $ nr -i # runs npm-quick-run in interactive mode
21
22
## Demo
23
24
Watch this screencast to see `npm-quick-run` in action. I am using `nr` alias
25
26
[](https://asciinema.org/a/31015)
27
28
+### Interactive Mode
29
+
30
+
31
32
## Details
33
34
Take a look at the scripts inside your `package.json`. You probably have something like
0 commit comments