ruzul-dynamic-reports
v1.2.0
Published
1. **Study the Backend API Schema** - Obtain the API schema from the backend developer to understand the endpoints and data structures.
Downloads
6
Readme
1. Current Version 1.2.0
2. Steps to Use the CLI
Study the Backend API Schema
- Obtain the API schema from the backend developer to understand the endpoints and data structures.
Start the Project
- configure paths using:
ruzul-report-config
- Run the CLI tool using:
ruzul-report-gen
- configure paths using:
Answer CLI Questions
- Respond to all prompts provided by the CLI to configure your project.
Update
routes.tsx
- Modify the
routes.tsx
file based on the output generated by the CLI.
- Modify the
Format Files Manually
- Use a code formatter (like Prettier) to manually format all files, if necessary.
Update API Endpoints
- Replace placeholder API endpoints in select input fields with the actual endpoints from your backend.
Customization
- Feel free to customize the generated code as needed to better fit your project requirements.