Skip to content

Files

Latest commit

41c4124 · Mar 1, 2017

History

History
20 lines (14 loc) · 568 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 568 Bytes

atom-repo

This package enables simple support for repo (https://github.com/Adobe-Marketing-Cloud/tools/tree/master/repo) in Atom.

Supported operations:

  • Get - uses repo get to fetch selected file or folder from AEM
  • Put - uses repo put to upload selected file to AEM

Enabling synchronization in REPO menu runs repo put whenever file is saved.

Installation

Make sure repo is installed, then follow these steps to install atom-repo package:

cd ~/.atom/packages
git clone https://github.com/bsoin/atom-repo.git
cd atom-repo
npm install