/Backdoor-Extension

A starter kit for creating Backdoor extensions.

Primary LanguageJavaScriptGNU General Public License v3.0GPL-3.0

BKDR (Backdoor) Extension Start Kit

A starter kit for creating BKDR extensions.

First install globally with the following command:

npm i -g bkdr-ext

To create a new extension for BKDR, run the following command within the directory you are working in:

bkdr-ext new

You will be prompt to provide:

  • name
  • namespace
  • description
  • author
  • url
  • license

For more information, visit http://bkdr.org.