We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a9a6fd0 commit 9af20beCopy full SHA for 9af20be
2 files changed
README.md
@@ -19,3 +19,9 @@ This is why `npx why` exists!
19
npx why --init # will create a package-why.json file where you can write docs for your scripts
20
npx why test # will display docs for 'npm run test' command
21
```
22
+
23
+For better experience install the package as devDependencies:
24
25
+```bash
26
+npm install why --save-dev
27
+```
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "why",
3
- "version": "0.5.0",
+ "version": "0.5.1",
4
"description": "A tool to document your package.json scripts",
5
"main": "src/index.js",
6
"bin": "src/index.js",
0 commit comments