Skip to content

RecaMedia/Backdoor-Extension

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.