evrythng-cli-plugin-greeter

Example plugin for the EVRYTHNG CLI that adds a 'greet' command.

Usage no npm install needed!

<script type="module">
  import evrythngCliPluginGreeter from 'https://cdn.skypack.dev/evrythng-cli-plugin-greeter';
</script>

README

evrythng-cli-plugin-greeter

Example plugin for the EVRYTHNG CLI showing how to add a simple greet command using the registerCommand() method provided by the plugin API.

Usage

Simply install alongside the CLI to make the greet command available to use. Typically this is a global installation:

$ npm i -g evrythng-cli-plugin-greeter

Then, use the greet command:

$ evrythng greet Charles
Hello there, Charles!