stackkit
v0.2.7
Published
Production-ready CLI to create and extend JavaScript or TypeScript apps with modular stacks.
Maintainers
Readme
StackKit CLI
CLI for scaffolding and composing modular JavaScript applications.
Quick Start
Create a new project without installing globally:
npx stackkit@latest create my-appAdd features to an existing project:
npx stackkit@latest add <module>Check project health:
npx stackkit@latest doctorSupported technologies
- Frameworks: Next.js, React, Express
- Databases: Prisma, Mongoose
- Auth: Auth.js / Better Auth
Links
- Website: https://stackkit.tariqul.dev
- Repo: https://github.com/tariqul420/stackkit
