ASSUMPTION:
You should have nodejs already installed on your local.
INSTALLATION:
Run the follow command to install AEM Sync
$ npm install aemsync -g
HOW TO RUN:
- cd into the directory which you want to sync with AEM Server. Generally, the apps directory of ui.apps module.
- Run the following command:
$ aemsync
The above command will continuously watch for changes and sync the local file system to AEM server.
REFERENCE: https://www.npmjs.com/package/aemsync