Skip to content

Catalog indexing all integrated modules in the AI4OS platform.

Notifications You must be signed in to change notification settings

ai4os-hub/modules-catalog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

logo

AI4OS Modules catalog

Conventional Commits

This catalog gathers all the AI modules integrated in the AI4OS Marketplace. AI modules are listed as git submodules.

Adding a module to the catalog

To add a module to the catalog:

git submodule add https://github.com/ai4os-hub/<module_name>

If the user has a default branch different from master (eg. main), you should add this parameter in the submodule command:

git submodule add -b main https://github.com/ai4os-hub/<module_name>

Removing a module from the catalog

To remove a module from the catalog:

bash utils/remove-submodule.sh <module_name>

Updating the existing modules

To update the existing modules:

git pull --recurse-submodules
git submodule update --remote --recursive

About

Catalog indexing all integrated modules in the AI4OS platform.

Resources

Stars

Watchers

Forks

Releases

No releases published

Languages