In order to share a custom script package for your Vector Robot, you will need to follow a simple structure like this :
.
├── extra_folder
│ └── sample_extra_helper.py
├── LICENSE
├── myscript.py
└── README.md
Here :
You will need to tag your github project, otherwise you won't be able to share it. There is no restrictions about how you want to set your version numbering rules.
This is project is experimental, feel free to contribute and bring your ideas !