Skip to content

answerdev/create-answer-plugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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