| Parameter | Example |
|---|---|
| access | npm publish --access=public |
| bin | npm bin -g |
| edit | npm edit connect |
| help | npm help init |
| init | npm init |
| install | npm install |
| link | npm link |
| prune | npm prune |
| publish | npm publish ./ |
| restart | npm restart |
| start | npm start |
| stop | npm start |
| update | npm update |
| version | npm version |