filevault

1.0.3 • Public • Published

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)=>{
    });

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.0.3
    65
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 1.0.3
    65
  • 1.0.2
    0
  • 1.0.1
    0

Package Sidebar

Install

npm i filevault

Weekly Downloads

65

Version

1.0.3

License

MIT

Last publish

Collaborators

  • nisheeth