node-slang
v0.0.5
Published
Curl files to JCR using Sling
Downloads
27
Readme
node-slang
Curl files to running JCR
Install
npm install node-slang --save-dev
Example
var slang = require('node-slang');
slang( { path : "path/to/your/file" } , { port : 4502 } );
Options
host
Type: string
Default: localhost
hostname to running sling instance.
port
Type: number
Default: 4502
Port for running sling instance.
username
Type: string
Default: admin
Username for authentication.
password
Type: string
Default: admin
Password for authentication.