Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 404 Bytes

README.md

File metadata and controls

22 lines (14 loc) · 404 Bytes

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