node-slang

0.0.5 • Public • Published

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.

Dependencies (6)

Dev Dependencies (0)

    Package Sidebar

    Install

    npm i node-slang

    Weekly Downloads

    15

    Version

    0.0.5

    License

    MIT

    Last publish

    Collaborators

    • techjet
    • mnlsn