create-answer-plugin
v1.1.1
Published
This tool is used to create a new plugin for the [Answer](https://github.com/apache/incubator-answer) project.
Downloads
13
Readme
Create Answer Plugin
This tool is used to create a new plugin for the Answer project.
Usage
npx create-answer-plugin <pluginName>
Arguments
pluginName
: The name of the plugin to create.--help
: Display the help message.--version
: Display the version number.
Example
npx create-answer-plugin my-plugin