0.1.32 • Published 5 years ago

quixxi-security-cli v0.1.32

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

Quixxi Security CLI

This module provides a cross-platform command line interface for developers and IT administrators to scan and protect Android/iOS applications.

Features

  • Create app in Quixxi
  • Protect the app using Quixxi protection
  • Download the protected app
  • Scan the app for vulnerabilities and download the scan report
  • Integrate Quixxi with your existing CI process using this CLI

Installation

Nodejs

Quixxi Security 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 security cli.

Installing quixxi-security-cli

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

$ npm i quixxi-security-cli -g

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