Skip to content

DogReactor/aigis-appm

Repository files navigation

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

About

AigisPlayer Plguin Manager

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published