create-nex-app
Version:
create websites using my preferred stack
21 lines (15 loc) • 538 B
Markdown
<h1 align="center">Create Nex App</h1>
Create websites using my preferred stack following [init.tips](https://init.tips). Need help making this interactive since I have no idea how to do that in node.
## Usage
```bash
npx create-nex-app@latest --name my-project
# or
yarn create nex-app --name my-project
# or
pnpm create nex-app@latest -- --name my-project
```
## Stack
- [Next.js](https://nextjs.org)
- [tRPC](https://trpc.io)
- [TailwindCSS](https://tailwindcss.com)
- [TypeScript](https://typescriptlang.org)