From addf57960df37f7a3da219f36a7646ed4b89de46 Mon Sep 17 00:00:00 2001 From: Mike MacCana Date: Wed, 10 Oct 2018 10:30:43 +0100 Subject: [PATCH] Move info about publishing plugins to HACKING --- HACKING.md | 2 ++ 1 file changed, 2 insertions(+) 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.