anyquery tool dev init
Initialize a new plugin
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
# Initialize a new plugin in a new directory,anyquery tool dev init github.com/julien040/anyquery/plugins/voynich-manuscript voynich-manuscriptOptions
-h, --help help for initSEE ALSO
- anyquery tool dev - Development tools