CPTD CLI plugin
- Append into manifest at the end of the
community-plugins.jsonfile with the following format:
{
"name": "example",
"description": "short no more than 30 words",
"long_description":"no more than 150 words",
"version": "1.0.0",
"target": "Windows", <-- add Windows or Linux or MacOs or All
"entrypoint": "example.py",
"dependencies": ["example"],
"author": "example",
"email": "example@example.com",
"github": "https://github.com/example/example.zip", <-- add RAW path your command.zip
"website": "https://example.com",
"license": "https://github.com/example/license.md", <-- add RAW path your license.md
"documentation":"https://github.com/example/readme.md", <-- add RAW path your readme.md
}