GitXplorerGitXplorer
j

vlt-watch

public
3 stars
3 forks
3 issues

Commits

List of commits on branch develop.
Unverified
9befbe6a28d7798003e9a52a2107a4f912793f6e

Merge pull request #8 from HaroldPutman/more-space

jjayproulx committed 8 years ago
Unverified
d50e82886e1766ad729bb56383832fc0be293e0e

Update version

jjayproulx committed 8 years ago
Unverified
e1d8b8c04079dc6e7e876ae58e1d281dc70a59ef

Allow larger content folders

LLexmark-haputman committed 8 years ago
Unverified
f854f4dedf58efbfa859482825f1cd8c890b8f86

Merge pull request #4 from HaroldPutman/update

jjayproulx committed 8 years ago
Unverified
361875d21a553d5e0e5b85ff80357f2583d1867f

Improve the README file

LLexmark-haputman committed 8 years ago
Unverified
f0ec000a290ae13efa66df02ffecfd2152778324

Update and finish todos

LLexmark-haputman committed 8 years ago

README

The README file for this repository.

vlt-watch

vlt-watch watches a local folder for changes as you work, automatically adding and removing files from a remote JCR so you don't have to think about it.

This is a lightweight alternative to Brackets for AEM development.

Installation

Step 1: Download and install the vlt command line tool

  1. From an AEM quickstart package

  2. From the JackRabbit FileVault project

  3. With Homebrew on Mac

Make sure it's accessible on the command line.

# which vlt
/usr/local/bin/vlt

Step 2: Download and install the vlt-watch tool

(Install Node.js first if you haven't already)

# npm install -g vlt-watch

Usage

From your jcr_root folder, run the vlt-watch tool.

Watch the filesystem for changes and sync them with the remote JCR.
Usage: vlt-watch.js

Options:
  -h, --host      Remote host                 [default: "http://localhost:4502"]
  -u, --username  Username                                    [default: "admin"]
  -p, --password  Password                                    [default: "admin"]
  -r, --jcr_root  The path to your jcr_root folder                [default: "."]
  -c, --clean     Clean up .vlt files on exit                          [boolean]
  -f, --filter    The path to your META-INF/vault/filter.xml file. [default: ""]
  -H, --help      Print usage and quit.