Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 268 Bytes

README.md

File metadata and controls

17 lines (13 loc) · 268 Bytes

npm-debug-log-cleaner

clean npm-debug.log brefore commit

Installation

npm install husky // use husky to run precommit script
npm install npm-debug-log-cleaner

Precommit configuration

"precommit": "npm-debug-log-cleaner"

License

MIT