Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 670 Bytes

README.md

File metadata and controls

31 lines (20 loc) · 670 Bytes

cslang-cli

The CloudSlang command line interface.

Install this globally and you'll have access to the cslang command anywhere on your system.

npm install -g cslang-cli

Now you can just use the cslang command anywhere

cslang

Refer to CloudSlang website for more information.

Prerequisite

Node.js & Java installed.

cslang-cli page in the NPM repository.

Linux issues

It might be needed to run npm like the following:

sudo npm install -g cslang-cli