Skip to content

Deskera/deskera-cli-node-sample

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

deskera-cli

This is a sample Command Line Deskera API Client in Node.js, featured in five part series on Deskera Blog.

Installation

You can install deskera-cli using npm:

$ npm install -g .

How to Use

Login

$ deskera-login

Execute for random language result

$ hello -n Deskera

Execute for English language result

$ hello -n Deskera -l en

Check version

$ hello --version