An open API service indexing awesome lists of open source software.

https://github.com/vectorform/aemmultisync

NPM Module to sync multiple source directories using aemsync
https://github.com/vectorform/aemmultisync

Last synced: 3 months ago
JSON representation

NPM Module to sync multiple source directories using aemsync

Awesome Lists containing this project

README

        

# aemmultisync
A tool to allow `aemsync`-ing multiple directories at once.

## Usage
Sync two directories to one target:

`ams -t http://admin:[email protected]:4503 -w ~/dev/aem/frontend,~/dev/aemdam`

You can also have multiple targets, in case you need to sync multiple directories to author and publish. Simply comma separate each address, and each directory to watch:

`ams -t http://admin:[email protected]:4502,http://admin:[email protected]:4503 -w ~/dir1/sub/folder,~/dir2`

## Roadmap
Add exclusion and custom packmgr url support

Profile based configuration: configure a json object with targets, directories, exclude filters, etc. and deploy that config from the cli

## Contributing
Fork & clone the repo, make your changes, and submit a pull request..

## Credits
This package relies on [[email protected]](https://github.com/gavoja/aemsync).