singularity-plugin-create - Man Page
Create a plugin skeleton directory
Synopsis
singularity plugin create
Description
The 'plugin create' command allows a user to creates a plugin skeleton directory
structure to start development of a new plugin.
Options
-h, --help[=false] help for create
Example
$ singularity plugin create /myplugin github.com/username/myplugin $ ls -1 /myplugin go.mod main.go singularity_source
See Also
History
14-Dec-2021 Auto generated by spf13/cobra
Referenced By
Dec 2021 Auto generated by spf13/cobra