CLI plugin manager for ManyBot.
npm install -g @freakk.dev/manyplug
# or
npm link # for development# Get help
manyplug help [command]
# Create new plugin
manyplug init my-plugin --category games
# Install from repository
manyplug install many-ai
# Install plugin from local path
manyplug install --local ../my-plugin
# List installed plugins
manyplug list
# Validate manyplug.json
manyplug validate
manyplug validate ./my-plugin