Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Prettier | 45,709 | 6 hours ago | 1,176 | mit | JavaScript | |||||
Prettier is an opinionated code formatter. | ||||||||||
Vue Cleave Component | 282 | 18 | 25 | 8 months ago | 13 | October 17, 2022 | mit | JavaScript | ||
Vue.js component for Cleave.js input mask library :keyboard: | ||||||||||
Vue Vscode Extensionpack | 249 | 3 years ago | 4 | mit | ||||||
The extensions I use when developing a Vue application with VS Code | ||||||||||
Prettyhtml | 244 | 48 | 28 | 2 years ago | 108 | June 21, 2019 | 8 | mit | JavaScript | |
💅 The formatter for the modern web https://prettyhtml.netlify.com/ | ||||||||||
Slider | 182 | 11 | 4 months ago | 25 | January 13, 2023 | 2 | mit | JavaScript | ||
Vue 3 slider component with multihandles, tooltips merging and formatting (+Tailwind CSS support). | ||||||||||
Coc Vetur | 156 | 2 years ago | 5 | TypeScript | ||||||
Vue language server extension for coc.nvim | ||||||||||
Vue3 Datepicker | 127 | 17 | 5 days ago | 14 | May 13, 2022 | 12 | mit | Vue | ||
Simple datepicker component for Vue 3 | ||||||||||
Vue Filters Kit | 126 | 5 years ago | 1 | October 14, 2018 | HTML | |||||
A collection of useful custom filters for Vue.js(v2.x.x) apps. | ||||||||||
Vue Filter Date Format | 114 | 8 | 4 | a month ago | 15 | January 26, 2020 | 1 | mit | TypeScript | |
Simple date formatting filter for Vue.js | ||||||||||
Eslint Plugin Prettier Vue | 88 | 47 | a year ago | 22 | June 30, 2022 | 1 | mit | TypeScript | ||
:ok_hand: ESLint plugin for Prettier formatting, which is better for Vue SFC |
JavaScript
TypeScript
Flow
JSX
JSON
CSS
SCSS
Less
HTML
Vue
Angular
GraphQL
Markdown
YAML
Your favorite language?
Prettier is an opinionated code formatter. It enforces a consistent style by parsing your code and re-printing it with its own rules that take the maximum line length into account, wrapping code when necessary.
foo(reallyLongArg(), omgSoManyParameters(), IShouldRefactorThis(), isThereSeriouslyAnotherOne());
foo(
reallyLongArg(),
omgSoManyParameters(),
IShouldRefactorThis(),
isThereSeriouslyAnotherOne()
);
Prettier can be run in your editor on-save, in a pre-commit hook, or in CI environments to ensure your codebase has a consistent style without devs ever having to post a nit-picky comment on a code review ever again!
Show the world you're using Prettier
[](https://github.com/prettier/prettier)
See CONTRIBUTING.md.