1.0.0 • Published 6 years ago

evrythng-cli-plugin-greeter v1.0.0

Weekly downloads
1
License
Apache-2.0
Repository
github
Last release
6 years ago

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!