abra-cli
v1.0.1
Published
Add fullstack components to your apps.
Readme
Abra CLI
The future of full stack component systems. Get full stack components complete with routes, database migrations and fully production ready components directly into your projects. You own the code.
Usage
Use the add command to start adding components into your projects.
The add command installs all the dependencies such as shadcn and tailwind needed for the component, adds routes in your route.ts file, and creates a database schema + migrations.
npx abra-cli add COMPONENT_NAMEExample
npx abra-cli add add blog