.nh .TH "singularity" "1" "Feb 2022" "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 .PP .RS .nf $ singularity plugin create ~/myplugin github.com/username/myplugin $ ls -1 ~/myplugin go.mod main.go singularity_source .fi .RE .SH SEE ALSO .PP \fBsingularity-plugin(1)\fP .SH HISTORY .PP 20-Feb-2022 Auto generated by spf13/cobra