0.0.3 • Published 4 years ago

quixxi-cli-test v0.0.3

Weekly downloads
-
License
-
Repository
-
Last release
4 years ago

Quixxi CLI

This module provides a cross-platform command line interface for developers and IT administrators to create, protect and manage Quixxi based mobile applications.

Features

  • Create app in Quixxi
  • Add packages to app
  • Protect the app using Quixxi protection
  • Download the protected app
  • Integrate Quixxi with your existing CI process using this CLI

Installation

Nodejs

Quixxi CLI is nodejs package, just follow the below instruction to complete the nodejs installation.Please skip this section if you already have nodejs installed.

Verify node js installation

Run following command on your shell Or command prompt to check the version of installed nodejs.

$ node --version

The above command will display the node version installed, if the version is 6.9.2 or above you are good to go with quixxi cli.

Installing Quixxi-CLI

Run following command on your shell Or command prompt to install quixxi-cli. Please run command prompt as admin user if you are installing on winodws machine.

$ npm i quixxi-cli -g

note -g flag, this will install the package globaly on the machine