Here you are going to find a list of all the officially and unofficially available modules, that can be directly installed via arturo.
The full list can be found in the file: list.art
First of all make sure it has the correct structure:
- a
main.art
file - an
info.art
file with the script's details (version, dependencies, etc)
💡 If you want to see an example, check out one of the official shared modules, e.g. the HTML generator module
Once you have correctly set up your module, all you have to do is:
- fork this repository
- add an entry to the
list.art
file - submit a pull request
Once your additions have been reviewed, your new module will be available to the whole world! :)