Open Issues Need Help
View All on GitHubAI 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.
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.
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.
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).