Create a new Frappe application with proper structure
Creates a new Frappe application with proper structure and best practices. Use this when starting a new Frappe project to generate all necessary files and directories automatically.
/plugin marketplace add Venkateshvenki404224/frappe-apps-manager/plugin install frappe-apps-manager@frappe-marketplaceCreate a new Frappe application following best practices:
bench new-app <app-name> with the provided details<app-name>/__init__.py<app-name>/hooks.py<app-name>/modules.txt<app-name>/patches.txtsetup.pyImportant: Ensure all prompts are interactive and user-friendly. Validate app names to ensure they follow Python package naming conventions.