Planable / why

A tool to document your package.json scripts

Home Page:https://npm.im/why

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

why

version npm downloads dependents publish Hits-of-Code

A tool to document your package.json scripts

Why why?

As your project grows you add more scripts to package.json.
When a new member joins the project (or maybe you come back after a break) it's hard to understand from the script itself, what it is doing and why it was created.
There is no good solution to comment npm scripts from your package.json.
This is why npx why exists!

Demo

npx why demo

Usage

npx why --init # will create a package-why.json file where you can write docs for your scripts
npx why test # will display docs for 'npm run test' command

For better experience install the package as devDependencies:

npm install why --save-dev

About

A tool to document your package.json scripts

https://npm.im/why

License:MIT License


Languages

Language:JavaScript 96.2%Language:Shell 3.8%