Skip to content

anyquery tool dev init

Initialize a new plugin

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.

Terminal window
anyquery tool dev init [module URL] [dir] [flags]
Terminal window
# Initialize a new plugin in a new directory,
anyquery tool dev init github.com/julien040/anyquery/plugins/voynich-manuscript voynich-manuscript
Terminal window
-h, --help help for init