sort-npm-scripts
v1.1.0
Published
Sort package.json scripts alphabetically. Great as pre-commit hook.
Readme
Sort NPM Scripts
Keep your package.json orderly by alphabetizing the scripts, dependencies, & devDependencies objects by running this script.
Usage
Must be ran in same directory as a package.json
One time run
npx sort-npm-scriptsInstall
npm install --save-dev sort-npm-scriptsGreat to use with husky & lint-stagged!
