apptainer plugin create

Create a plugin skeleton directory

Synopsis

The ‘plugin create’ command allows a user to creates a plugin skeleton directory structure to start development of a new plugin.

apptainer plugin create <host_path> <name>

Examples

$ apptainer plugin create ~/myplugin github.com/username/myplugin
$ ls -1 ~/myplugin
go.mod
main.go
apptainer_source

Options

-h, --help   help for create

SEE ALSO

Auto generated by spf13/cobra on 7-Jun-2023