Skip to content

Commit 11ae2c4

Browse files
authored
Merge pull request #27 from bahmutov/jihchi-patch-1
Add "Interactive Mode" description to README
2 parents c89723a + d99d30f commit 11ae2c4

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

+5
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,18 @@ Install as a global tool `npm install -g npm-quick-run`. This creates two aliase
1717

1818
$ nr t # runs script starting with "t"
1919
$ nr m -w # runs a script starting with "m", probably "npm run mocha -- -w"
20+
$ nr -i # runs npm-quick-run in interactive mode
2021

2122
## Demo
2223

2324
Watch this screencast to see `npm-quick-run` in action. I am using `nr` alias
2425

2526
[![demo](https://asciinema.org/a/31015.png)](https://asciinema.org/a/31015)
2627

28+
### Interactive Mode
29+
30+
![Demo: Interactive Mode](https://cloud.githubusercontent.com/assets/87983/24231500/f791fb04-0fbf-11e7-9fa0-1d0f48efd72f.gif)
31+
2732
## Details
2833

2934
Take a look at the scripts inside your `package.json`. You probably have something like

0 commit comments

Comments
 (0)