CLI Command Generator
Generate the add-module command with your desired options
The name of your module (e.g., users, products)
Custom node name for the module
Custom route path (e.g., "dashboard/products" or "(admin)/users")
Comma-separated list of API endpoints (e.g., "list,get,create,update,delete")
Custom node type definition (e.g., "id:string,name:string,price:number,status:active|inactive")
Base path for API endpoints (e.g., '/todos' for JSONPlaceholder)
Generated Command:
npx create-jaseci-app add-module
Usage Instructions
- Fill in the form fields above to customize your module
- Copy the generated command using the copy button
- Run the command in your project directory