This is a Jaydee App. This is a quick way to start up an application with TypeScript.
There are currently two templates available:
- Express
- Express (Vercel)
These templates are very similar with the Express (Vercel) template being configured to be deployed on Vercel.
This is a way to start up an appliation using the tools I like to use, including:
- Zod
- Drizzle
- PostgreSQL using Supabase
- ESLint
git clone https://github.com/jdplumst/create-jaydee-app.git
cd create-jaydee-app
npm install -g .
Then from any directory, you can use the following command to create your own app using one of the templates:
create-jaydee-app
A lot of the code I used to create this CLI tool came from this video from Leo Roese and this video from bonsaiilabs.