Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 462 Bytes

File metadata and controls

28 lines (19 loc) · 462 Bytes

ManyPlug Banner

CLI plugin manager for ManyBot.

https://www.npmjs.com/package/manyplug

Usage

# 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