0.2.0 • Published 3 years ago

create-ntrp-app v0.2.0

Weekly downloads
-
License
MIT
Repository
-
Last release
3 years ago

create-ntrp-app

A very janky custom stack create app template thing so I don't have to waste time creating a project manually. Enjoy I guess!

How to use

Run npx create-ntrp-app {app name} to create a new project

Flags

--use-npm Will use npm to download the project packages --use-pnpm Will use pnpm to download the project packages (If available on the machine)

Stack

  • Next.js
  • Typescript
  • React (Included in Next.js, idk why I added it in the stack title)
  • Prisma (TBA to template)