1.0.3 • Published 8 years ago

filevault v1.0.3

Weekly downloads
2
License
MIT
Repository
github
Last release
8 years ago

FileVault

FileVault is Apache Jackrabbit FileVault/Adobe CQ VLT node integration.

Installation

Download and install vlt command line tool from one of the following link and set it on path.

You also need to install FileVault globally:

$ npm install -g filevault

Usage

const FileVault = require('filevault');
const devServer = new FileVault({
    verbose: true,
    username: 'admin',
    password: 'admin'
});

devServer
    .import({
        uri: 'http://localhost:4502/crx',
        jcrPath: '.',
        localPath: '/'
    })
    .then((code)=>{
    
    })
    .catch((error)=>{
    });
1.0.3

8 years ago

1.0.2

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago