⚡ Production-ready CLI toolkit for generating modular web projects
One-line: scaffold production-ready applications with composable modules and sensible defaults.
- Node: >= 20 (see
package.jsonengines) - pnpm: >= 8 (recommended)
Create a new project without installing globally:
npx stackkit@latest create my-appAdd modules to an existing project:
npx stackkit@latest add auth
npx stackkit@latest add databaseCheck project health:
npx stackkit@latest doctorClone and run locally:
git clone https://github.com/tariqul420/stackkit.git
cd stackkit
pnpm install
pnpm build
pnpm devNotes:
- Commands run across the workspace using pnpm workspaces where applicable.
- Use
pnpm -w -r run <script>to target workspace scripts explicitly.
Contributions are welcome. See CONTRIBUTING.md for guidelines and code style.
When opening issues or pull requests, please include relevant details (version, Node, package manager, OS, command, reproduction steps).
- For general questions or feature requests: open an issue or discussion on GitHub.
- For security-sensitive reports: use GitHub Security Advisories (private) or open an issue and mark it with the
securitylabel — do not post exploit details publicly.
MIT © Tariqul Islam
Questions? Open an issue or start a discussion.