anyquery tool dev init
Initialize a new plugin
Synopsis
Section titled “Synopsis”Initialize a new plugin in the specified directory. If no directory is specified, the current directory is used. The module URL is the go mod URL of the plugin.
anyquery tool dev init [module URL] [dir] [flags]
Examples
Section titled “Examples”# Initialize a new plugin in a new directory,anyquery tool dev init github.com/julien040/anyquery/plugins/voynich-manuscript voynich-manuscript
Options
Section titled “Options” -h, --help help for init
SEE ALSO
Section titled “SEE ALSO”- anyquery tool dev - Development tools