Create projects as Goncy would.
# Interactive mode
pnpm create appncy
# Override template
pnpm create appncy --template <template>
# Override name
pnpm create appncy --name <name>
# Get Command help
pnpm create appncy --helppnpm install -g create-appncyAppncy also exposes a shadcn compatible registry hosted at appncy.goncy.dev, so you can install presets (like ESLint configs) into any existing project.
# Install an item from the registry
pnpm dlx shadcn@latest add https://appncy.goncy.dev/r/<item>.jsonFor example, to install the ESLint config for Next.js + TypeScript + TailwindCSS:
pnpm dlx shadcn@latest add https://appncy.goncy.dev/r/eslint-next-ts-tailwind.jsonYou can browse the available items at appncy.goncy.dev.
If you have any questions, feel free to open an issue or contact me on X.