1.0.4 • Published 5 months ago

aigis-apm v1.0.4

Weekly downloads
1
License
MIT
Repository
github
Last release
5 months ago

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

1.0.2

5 months ago

1.0.4

5 months ago

1.0.3

5 months ago

1.0.1

7 years ago

1.0.0

7 years ago