Skip to content

Latest commit

 

History

History
22 lines (18 loc) · 791 Bytes

File metadata and controls

22 lines (18 loc) · 791 Bytes

cptdcli-plugin

CPTD CLI plugin

  • Append into manifest at the end of the community-plugins.json file 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
}