Skip to content

gfire-sigs/pkg.gfire.dev

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pkg.gfire.dev Module Index

Go modules hosted on pkg.gfire.dev

Add a module

To add a module to the index, fork this repository, pick a unique name for your module and add a file named modname to the modules directory. The file should contain the following content:

# full module name
root: pkg.gfire.dev/controlplane
# the VCS used to fetch the module (default: git)
vcs: git
# the URL to fetch the module from
url: https://github.com/gfire-sigs/fire-controlplane.git
# the description of the module
description: gfire control plane 

then create a pull request.

Releases

No releases published

Packages

No packages published