diff --git a/HACKING.md b/HACKING.md index d0a62d1d..31e89587 100644 --- a/HACKING.md +++ b/HACKING.md @@ -118,3 +118,5 @@ export default class MyModule { } See `terminus-core/src/api.ts`, `terminus-settings/src/api.ts` and `terminus-terminal/src/api.ts` for the available extension points. + +Publish your plugin on NPM with a `terminus-plugin` keyword to make it appear in the Plugin Manager.