backcraft-registry
v1.0.2
Published
Component and app template registry for Backcraft CLI
Downloads
28
Maintainers
Readme
Backcraft Registry
The backcraft-registry is a companion package for backcraft-cli that holds JSON-based registry templates and components. It helps scaffold full applications (app) or reusable modules (component) into your backend project.
📁 Registry Structure
📦 Registry Types
app: Full project scaffolds (e.g. blog, ecommerce)component: Addable components like auth, payment, websocket, etc.
📖 Usage
Used with backcraft-cli:
npx backcraft-cli init blog-mongoose.js.json --registry backcraft-registry
npx backcraft-cli add auth-mongo.js.json --registry backcraft-registry