Aigis Player Plugin Manager - A command line tool for managing and publishing Aigis Player plugins.
npm install -g aigis-apmapm reg <authorname> <password>apm addauthor <authorname> <password>cd your-plugin-directory
apm publishNote: You need to have a valid manifest.json file in your plugin directory with the following structure:
{
"name": "your-plugin-name",
"author": "your-author-name",
"description": "plugin description",
"version": "1.0.0",
"pluginName": "plugin-name"
}MIT