cli - https://github.com/Sallbro/backcraft-cli
repository - https://github.com/Sallbro/backcraft-repository
web - https://github.com/Sallbro/backcraft-web
cli - https://www.npmjs.com/package/backcraft-cli
repository - https://www.npmjs.com/package/backcraft-registry
backcraft-cli is a command-line tool that helps you quickly scaffold backend projects (apps) and integrate modular features (components) using predefined JSON templates stored in a separate registry (backcraft-registry).
- Initialize full backend app templates (Express, Mongoose, Prisma, etc.)
- Add reusable components like auth, payment integration, WebSockets, and more
- Fully modular registry system (supports
appandcomponenttypes) - File generation powered by
.jsontemplates - Works with custom registries
- npx backcraft-cli@latest init
- npx backcraft-cli@latest init --name=registry-name
- npx backcraft-cli@latest add registry-name
- npx backcraft-cli@latest list
- npx backcraft-cli@latest list app
- npx backcraft-cli@latest list components
npm install -g backcraft-cli