0.0.5 • Published 8 years ago

node-slang v0.0.5

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

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.

0.0.5

8 years ago

0.0.4

9 years ago

0.0.3

9 years ago

0.0.2

9 years ago

0.0.1

9 years ago