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
- Host: GitHub
- URL: https://github.com/vectorform/aemmultisync
- Owner: vectorform
- Created: 2018-04-03T18:35:41.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-04-03T19:55:55.000Z (about 7 years ago)
- Last Synced: 2025-02-04T07:47:12.277Z (4 months ago)
- Language: JavaScript
- Homepage:
- Size: 10.7 KB
- Stars: 0
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 supportProfile 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).