https://github.com/arturo-lang/art-modules
The main package manager for Arturo
https://github.com/arturo-lang/art-modules
arturo arturo-module package-manager repository
Last synced: 3 months ago
JSON representation
The main package manager for Arturo
- Host: GitHub
- URL: https://github.com/arturo-lang/art-modules
- Owner: arturo-lang
- License: mit
- Archived: true
- Created: 2020-10-15T08:49:01.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-07-06T16:21:13.000Z (almost 3 years ago)
- Last Synced: 2024-10-29T20:05:03.487Z (6 months ago)
- Topics: arturo, arturo-module, package-manager, repository
- Homepage:
- Size: 10.7 KB
- Stars: 7
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# The main package manager for Arturo
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`
## How do I create my own module?
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](https://github.com/arturo-lang/art-html-module)
## How do I add it here?
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 requestOnce your additions have been reviewed, your new module will be available to the whole world! :)