All Projects → microsoft → Parallel Prettier

microsoft / Parallel Prettier

Licence: mit
Concurrent prettier runner

Programming Languages

typescript
32286 projects

Projects that are alternatives of or similar to Parallel Prettier

Prettier Plugin Csharp
Prettier C# Plugin
Stars: ✭ 224 (+166.67%)
Mutual labels:  prettier, formatter
Plugin Php
Prettier PHP Plugin
Stars: ✭ 1,243 (+1379.76%)
Mutual labels:  prettier, formatter
Prettyhtml
💅 The formatter for the modern web https://prettyhtml.netlify.com/
Stars: ✭ 241 (+186.9%)
Mutual labels:  prettier, formatter
Pettier
Prettier config that randomizes options and arbitrarily switches between spaces and tabs 🙄
Stars: ✭ 149 (+77.38%)
Mutual labels:  prettier, formatter
prettier-eslint-atom
DEPRECATED IN FAVOR OF prettier-atom + ESLint integration
Stars: ✭ 64 (-23.81%)
Mutual labels:  formatter, prettier
Spotless
Keep your code spotless
Stars: ✭ 2,285 (+2620.24%)
Mutual labels:  prettier, formatter
plugin-pug
Prettier Pug Plugin
Stars: ✭ 163 (+94.05%)
Mutual labels:  formatter, prettier
Typescript Express Starter
🚀 TypeScript Express Starter
Stars: ✭ 238 (+183.33%)
Mutual labels:  prettier, formatter
prettier-check
Check that all files match prettier code style.
Stars: ✭ 54 (-35.71%)
Mutual labels:  formatter, prettier
csharpier
CSharpier is an opinionated code formatter for c#.
Stars: ✭ 337 (+301.19%)
Mutual labels:  formatter, prettier
Prettier Plugin Apex
Code formatter for the Apex Programming Language
Stars: ✭ 138 (+64.29%)
Mutual labels:  prettier, formatter
Prettier Eslint Cli
CLI for prettier-eslint
Stars: ✭ 451 (+436.9%)
Mutual labels:  prettier, formatter
Javascriptprettier
A Visual Studio extension
Stars: ✭ 118 (+40.48%)
Mutual labels:  prettier, formatter
Poetic
Automatically install and maintain ESLint, Prettier, EditorConfig and Airbnb rules for JavaScript, TypeScript and React.
Stars: ✭ 165 (+96.43%)
Mutual labels:  prettier, formatter
Prettier
Prettier is an opinionated code formatter.
Stars: ✭ 41,411 (+49198.81%)
Mutual labels:  prettier, formatter
pre-commit-hooks
Standardizing our code quality tooling 🛠️
Stars: ✭ 44 (-47.62%)
Mutual labels:  formatter, prettier
Prettier Eslint
Code ➡️ prettier ➡️ eslint --fix ➡️ Formatted Code ✨
Stars: ✭ 3,435 (+3989.29%)
Mutual labels:  prettier, formatter
Prettier Atom
An atom package for the prettier formatter.
Stars: ✭ 750 (+792.86%)
Mutual labels:  prettier, formatter
Vse Formatdocumentonsave
Visual Studio - Format Document on Save
Stars: ✭ 61 (-27.38%)
Mutual labels:  formatter
Aspnetcorecsvimportexport
ASP.NET Core CSV import export custom formatters
Stars: ✭ 77 (-8.33%)
Mutual labels:  formatter

@mixer/parallel-prettier

A wrapper around prettier that formats files in parallel to speed up large projects.

npm install -g @mixer/parallel-prettier

After installing the CLI, the pprettier command will be available to you.

Ad-hoc Performance

# 300 file project:

prettier --write "src/**/*.{ts,tsx,json,scss}"  6.57s user 0.55s system 131% cpu 5.405 total
pprettier --write "src/**/*.{ts,tsx,json,scss}"  0.41s user 0.08s system 14% cpu 3.455 total

# 1200 file project:

prettier --write "src/**/*.{ts,tsx,json,scss}"  27.09s user 3.26s system 123% cpu 24.496 total
pprettier --write "src/**/*.{ts,tsx,json,scss}"  1.21s user 0.27s system 14% cpu 10.580 total
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].