.nh .TH "singularity" "1" "Apr 2024" "Auto generated by spf13/cobra" "" .SH NAME .PP singularity-plugin-create - Create a plugin skeleton directory .SH SYNOPSIS .PP \fBsingularity plugin create \fP .SH DESCRIPTION .PP The 'plugin create' command allows a user to creates a plugin skeleton directory structure to start development of a new plugin. .SH OPTIONS .PP \fB-h\fP, \fB--help\fP[=false] help for create .SH EXAMPLE .EX $ singularity plugin create ~/myplugin github.com/username/myplugin $ ls -1 ~/myplugin go.mod main.go singularity_source .EE .SH SEE ALSO .PP \fBsingularity-plugin(1)\fP .SH HISTORY .PP 7-Apr-2024 Auto generated by spf13/cobra