Backdoor Extension API
The overall goal of the extension's API is to be as simplistic as possible. Currently there are only a few methods available, but the list of methods will continue to grow as the needs arise.
Getting Started
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
The rest is up to you ;).