This template allows you to create a new plugin for the Care project. Below are the expected inputs:
project_name: The full plugin name with thecare_prefix, formatted in snake_case (e.g.,care_hello).plugin_name: The plugin name only, in lowercase (e.g.,hello).name: The plugin name in Title Case (e.g.,Care Hello).description: A brief description of the plugin's purpose (e.g.,A Care plugin for managing user data).version: The version number of the plugin inMAJOR.MINOR.PATCHformat (e.g.,0.1.0).
Run the template using:
cookiecutter https://github.com/DraKen0009/plugin_cookie.git