prettyvue
v0.0.1
Published
Runs [Prettyhtml](https://github.com/Prettyhtml/prettyhtml) on your changed (based on Git) files.
Readme
prettyvue
Runs Prettyhtml on your changed (based on Git) files.
Example:
prettyvue
🔍 Finding changed files since git revision 2eb4337.
🎯 Found 1 changed file.
☝ printWidth: 80, tabWidth: 2
✍️ Fixing up test.html.
✅ Everything is awesome!Install
npm install --save-dev prettyvueUsage
With npx: (No install required)
npx prettyvuePre-Commit Hook
You can run prettyvue as a pre-commit hook using husky.
yarn add --dev huskyIn package.json's "scripts" section, add:
"precommit": "prettyvue"CLI Flags
-s --staged
Only staged files will be formatted, and they will be re-staged after formatting.
Formatter options
We use prettier resolveConfig to indentify your tabWidth and printWidth. It will fallback to .editorconfig.
