Top 23 TypeScript Prettier Projects
-
Project mention: Can't get Rollup to work with AVA and Typescript - any help would be a blessing. | reddit.com/r/webdev | 2022-02-01
Hi :) - I'm starting up a new Typescript library using typescript-starter, by bitjson. It comes with a bunch of goodies right out of the bag (some admittedly new to me), and makes for a very thorough development experience.
-
node-typescript-boilerplate
Minimalistic project template to jump start a Node.js back-end application in TypeScript. ESLint, Jest and type definitions included. (by jsynowiec)
Project mention: A good node + express + eslint + prettier + anything else starter project? | reddit.com/r/node | 2021-12-15 -
Appwrite
Appwrite - The Open Source Firebase alternative introduces iOS support . Appwrite is an open source backend server that helps you build native iOS applications much faster with realtime APIs for authentication, databases, files storage, cloud functions and much more!
-
dis True, config can be a pain at first. Lot's of good templates out there though utilizing rollup or babel. just search npm or github for your usecase. express/mongo whatever. this one looks decent -> Express TS template
-
prettier-plugin-sort-imports
A prettier plugin to sort imports in typescript and javascript files by the provided RegEx order.
In this GitHub repo, you can find a list of the other rules that are available.
-
vscode-react-javascript-snippets
Extension for React/Javascript snippets with search supporting ES7+ and babel features
-
I have been using vim for much much time now. Everything is going well but every time I want to format my code I got stuck. I have tried many plugins like vim-autoformat which is not formatting correctly (not the major filetypes like JSX, TSX), vim-prettier which is very slow and I have to wait some seconds to get the file formatted correctly, coc-prettier this was my favorite but I shifted to LSP so no usage of this plugin now.
-
-
SonarQube
Static code analysis for 29 languages.. Your projects are multi-language. So is SonarQube analysis. Find Bugs, Vulnerabilities, Security Hotspots, and Code Smells so you can release quality code every time. Get started analyzing your projects today for free.
-
Serverless-Boilerplate-Express-TypeScript
🚀 Boilerplate and Starter for Serverless framework, ExpressJS and TypeScript ⚡️ Made with developer experience first: Serverless framework + Live reload + Offline support + ExpressJS + TypeScript + ESLint + Prettier + Husky + Commitlint + Lint-Staged + Jest + Dotenv + VSCode
Project mention: Test Node.js code with Jest directly with free VSCode extension: instant test feedback, real-time code coverage, problem inspector directly inside your editor. Writing tests is now much easier and enjoyable. Configuration in the comments. | reddit.com/r/node | 2022-05-05 -
Project mention: This j/k mappings should be default (for wrap) at least in Plugins like vim-pencil | reddit.com/r/vim | 2022-05-02
Besides remapping keys, auto-format with prettier (null-ls, ALE, etc) will wrap your code on line break. This might not be desirable for txt files, but it's transparent and fully supported by markdown. It'll also fix things like aligning your markdown tables. There's also prettierd and prettier_d_slim to keep it running as a daemon in the background, which makes the buffer reformatting really snappy.
-
It looks like it might be a separate plugin.
-
create-next-stack
Create Next Stack is a website and CLI tool used to easily set up the boilerplate of new Next.js apps.
Project mention: Happy to announce Create Next Stack now supports Tailwind! | reddit.com/r/nextjs | 2022-04-27Direct Link: https://www.create-next-stack.com/
-
vite-react-ts-tailwind-firebase-starter
Starter using Vite + React + TypeScript + Tailwind CSS. And already set up Firebase(v9), Prettier and ESLint.
-
-
I'm the maintainer of react-you-do-you – hope it helps.
-
nextsss
Next.js static site starter including full setup for TypeScript, Tailwind CSS, Google Analytics, Next SEO, etc.
npx create-next-app --example https://github.com/ixkaito/nextsss # or yarn create next-app --example https://github.com/ixkaito/nextsss
-
Project mention: An actual complete guide to typescript monorepos | reddit.com/r/typescript | 2021-06-02
There is also a repo to go with it https://github.com/CryogenicPlanet/typescript-monorepo-example
-
electron-app
💅 A ready-to-go with a well-thought-out structure Electron app boilerplate with ReactJS, TypeScript, CSS / SASS modules, SWC, Eslint, Prettier, GitHub Action releases and more.
What do you think? If you are interested, you can access the boilerplate GitHub repository where there is more information on how to use it, such as creating windows and taking advantage of factories already available, about routing and more.
-
Project mention: Angular + Tailwind + Storybook Template with Atomic Components | reddit.com/r/angularjs | 2021-06-09
-
web-extension-boilerplate
The web extension boilerplate help to set up project quickly using typescript, jest, webpack, githook, prettier and github actions
-
Project mention: A company called Code and Theory helped design the logo. Nike handled the uniforms and helmets. | reddit.com/r/washingtonNFL | 2022-02-02
You're absolutely right, that this type of website is the current norm for most design agencies (e.g. Pearlfisher, STRV, etc.). However, this one is just ridiculously over the top in how almost unreadable and unusable it is. The design even looks broken in some areas.
-
angular-nest-nx
🚀Starter project with Angular 13, Ngx-admin, NestJS, Nx Workspace, Jest, Cypress, ESLint & Prettier 🚀
Project mention: 🚀Starter project with Angular 13, Ngx-admin, NestJS, Nx Workspace, Jest, Cypress, ESLint & Prettier 🚀 | reddit.com/r/coolgithubprojects | 2022-01-22 -
express-typescript-skeleton
🔰🦸 Template to start developing a REST API with Node.js (Express), TypeScript, ESLint, Prettier, Husky, Prisma, etc.
Project mention: Production-ready template for back ends created with Node.js, TS and Express | news.ycombinator.com | 2021-11-24https://github.com/borjapazr/express-typescript-skeleton
As I say in the README of the project:
This is an opinionated template. The architecture of the code base and the configuration of the different tools used has been based on best practices and personal preferences.
This template does not pretend to have the magic solution to all the problems that a developer may face when creating a REST API using Node.js. This is my contribution, after spending some time on it, to the community. It is an opinionated codebase created based on personal preferences, but also based on the application of best practices.
All criticisms and opinions are welcome, indeed I am very grateful for them. Based on them this could evolve, adapt and become something better. I am sure it will bring something to someone at some point, because even from the worst things something can be learned.
Many thanks to all of you who have taken the time to look at the project.
-
nextjs-ts-prisma-auto-graphql
Next.js example with TypeScript, Prisma, GraphQL, TypeGraphQL Automatic CRUD operations, Material UI, ESlint, Prettier, and Jest
Project mention: Can you recommend open-source TypeScript + Apollo client projects to learn from? | reddit.com/r/graphql | 2021-10-14It sounds like you want to reduce the boilerplate stuff related to consuming graphql. It also sounds like you’ve used code gen so maybe this example is too simple. What I noticed is different from graphql-codegen and Apollo’s codegen is boilerplate useQuery and plugging in every single query you write. This shows that and might be some help. Either way it’s a useful resource to compare against for basic use cases. https://github.com/MileTwo/nextjs-ts-prisma-auto-graphql
TypeScript Prettier related posts
- This j/k mappings should be default (for wrap) at least in Plugins like vim-pencil
- Happy to announce Create Next Stack now supports Tailwind!
- How to quickly sort imports with Prettier
- How do I tell vscode what kind of object a function expects ? (without TS)
- Must-see + collection, build a vite-react-cil enterprise scaffolding from scratch
- Create Next Stack 0.1 released - The ultimate starter kit for Next.js
- Create Next Stack 0.1 released - The ultimate starter kit for Next.js
Index
What are some of the best open-source Prettier projects in TypeScript? This list will help you:
Project | Stars | |
---|---|---|
1 | typescript-starter | 3,085 |
2 | node-typescript-boilerplate | 1,575 |
3 | typescript-express-starter | 1,316 |
4 | prettier-plugin-sort-imports | 990 |
5 | vscode-react-javascript-snippets | 789 |
6 | coc-prettier | 423 |
7 | ts-ci | 274 |
8 | Serverless-Boilerplate-Express-TypeScript | 245 |
9 | prettierd | 226 |
10 | prettier-plugin-apex | 164 |
11 | create-next-stack | 143 |
12 | vite-react-ts-tailwind-firebase-starter | 133 |
13 | livecodes | 125 |
14 | react-you-do-you | 92 |
15 | nextsss | 73 |
16 | typescript-monorepo-example | 48 |
17 | electron-app | 43 |
18 | angular-tailwind-storybook | 36 |
19 | web-extension-boilerplate | 34 |
20 | react-nights-2019 | 33 |
21 | angular-nest-nx | 32 |
22 | express-typescript-skeleton | 30 |
23 | nextjs-ts-prisma-auto-graphql | 23 |
Are you hiring? Post a new remote job listing for free.