1.0.0 • Published 7 years ago
evrythng-cli-plugin-greeter v1.0.0
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!1.0.0
7 years ago