0.0.3 • Published 1 month ago

my-extension-kit v0.0.3

Weekly downloads
-
License
MIT
Repository
github
Last release
1 month ago

My Extension Kit

Install

npm install my-extension-kit

How to use

// unique identifier of your extension
let id = "my-awesome-extension";

// create the extension
let v = new BaseExtension(id);

// registre ping command 
v.register(new PingCmd(id))

export const [activate, deactivate] = v.finalize();

Docs

https://tmslpm.github.io/my-extension-kit/

License MIT

See the license.md