5 Open Issues Need Help Last updated: Aug 2, 2025

Open Issues Need Help

View All on GitHub
enhancement help wanted good first issue

AI Summary: Create a new email boilerplate generator for a CLI tool. This involves creating a new class extending the existing boilerplate pattern, implementing methods to copy email sending files (using Nodemailer) into a user's project, and updating the CLI to include this new template. The boilerplate should include an example controller with a route to send test emails, utilize environment variables for configuration, and provide clear documentation.

Complexity: 3/5
enhancement good first issue

AI Summary: Extend the existing boilerplate generator CLI to include a new React Native template that creates a standard assets folder structure (fonts, images, sounds, videos, animations, data) within a specified project directory. The new template should be integrated seamlessly with the existing CLI, allowing users to generate it either individually or alongside other templates. The solution should adhere to the project's existing coding style and structure.

Complexity: 2/5
enhancement help wanted good first issue react native

AI Summary: Implement a new React Native navigation boilerplate generator for the existing CLI tool. This involves creating a new generator file within the `src/boilerplates` directory, following the existing code style, and generating files for stack, tab, drawer, and authentication navigation structures. The generated files should include basic React Navigation setup and adhere to a clean, minimal code style.

Complexity: 3/5
enhancement good first issue

AI Summary: Implement a new 'middleware-jwt' template for the boilerplate generator CLI. This involves creating files for JWT authentication middleware, JWT utility functions, and an example of protected route usage. The CLI should be updated to support a new flag or option to trigger the generation of these files. Finally, the README should be updated (optional).

Complexity: 3/5
enhancement help wanted good first issue