Skip to content

CloudSlang/cs-npm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 cloudslang-cli

Now you can just use the cslang command anywhere

cslang

Refer to CloudSlang website for more information.

Prerequisite

Node.js & Java installed.

CloudSlang page in the NPM repository.

Linux issues

It might be needed to run npm like the following:

sudo npm install -g cloudslang-cli