1.0.4 • Published 5 months ago
aigis-apm v1.0.4
aigis-apm
Aigis Player Plugin Manager - A command line tool for managing and publishing Aigis Player plugins.
Installation
npm install -g aigis-apm
Usage
Register as an author
apm reg <authorname> <password>
Add author credentials
apm addauthor <authorname> <password>
Publish a plugin
cd your-plugin-directory
apm publish
Note: 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"
}
License
MIT