## Cross Platform AMP Installer for Alfresco Community 5.1 / 5.2

![](Images/AlfrescoAmpInstaller.png)

## Installation

```
npm install -g alfresco-amp-installer
```

## Usage

Install modules

1. Create `package.ins` under working directory
2. Type `mmt install`

Download modules

1. Type `mnt download`

List installed modules 

1. Type `mmt list`

Uninstall modules from war

1. Type `mmt remove`
2. Enter module id

Clean `webapps/share` `webapps/alfresco`

1. Type `mmt clean`

## package.ins

```c#
config  githubToken      <token> 
config  alfrescoPath     /Applications/alfresco-community
config  downloadPath     Addons

option  nobackup    false
option  verbose     false
option  preview     false
option  directory   false
option  force       true

github  bcircle         alfresco-upload-service     v1.16-SNAPSHOT
github  bcircle         alfresco-jod-converter      *
```

## Tools

- .Ins support for Visual Studio Code https://marketplace.visualstudio.com/items?itemName=wk-j.vscode-ins-support
