create-appncy
Version:
Create projects as goncy would
49 lines (31 loc) • 1.1 kB
Markdown
Create projects as Goncy would.
```bash
pnpm create appncy
pnpm create appncy --template <template>
pnpm create appncy --name <name>
pnpm create appncy --help
```
```bash
pnpm install -g create-appncy
```
Appncy also exposes a [shadcn](https://ui.shadcn.com) compatible registry hosted at [appncy.goncy.dev](https://appncy.goncy.dev), so you can install presets (like ESLint configs) into any existing project.
```bash
pnpm dlx shadcn@latest add https://appncy.goncy.dev/r/<item>.json
```
For example, to install the ESLint config for Next.js + TypeScript + TailwindCSS:
```bash
pnpm dlx shadcn@latest add https://appncy.goncy.dev/r/eslint-next-ts-tailwind.json
```
You can browse the available items at [appncy.goncy.dev](https://appncy.goncy.dev).
If you have any questions, feel free to open an issue or contact me on [X](https://x.com/goncy).