evrythng-cli-plugin-greeter
v1.0.0
Published
Example plugin for the EVRYTHNG CLI that adds a 'greet' command.
Downloads
2
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-greeterThen, use the greet command:
$ evrythng greet CharlesHello there, Charles!