Development Walkthrough: Hello-Plugin
For those who want to walk before they run, this (very) simple plugin will show the process of creating, configuring and running a plugin
The Goal
{
public_message: 'Hello Plugin!',
private_message: 'Hello Plugin...',
library_message: 'Hello Plugin NPM',
moment_timestamp: <ISO_STRING>
exchange_info: {...}
}Last updated