1.2.0 • Published 11 months ago

ruzul-dynamic-reports v1.2.0

Weekly downloads
-
License
ISC
Repository
-
Last release
11 months ago

1. Current Version 1.2.0

2. Steps to Use the CLI

  1. Study the Backend API Schema

    • Obtain the API schema from the backend developer to understand the endpoints and data structures.
  2. Start the Project

    • configure paths using:
      ruzul-report-config
    • Run the CLI tool using:
      ruzul-report-gen
  3. Answer CLI Questions

    • Respond to all prompts provided by the CLI to configure your project.
  4. Update routes.tsx

    • Modify the routes.tsx file based on the output generated by the CLI.
  5. Format Files Manually

    • Use a code formatter (like Prettier) to manually format all files, if necessary.
  6. Update API Endpoints

    • Replace placeholder API endpoints in select input fields with the actual endpoints from your backend.
  7. Customization

    • Feel free to customize the generated code as needed to better fit your project requirements.
1.2.0

11 months ago

1.1.0

11 months ago