Skip to content

Doxee/zxp-provider

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

zxp-provider

A simple, lightweight provider for ZXPSignCmd - the tool used to sign Adobe extensions

Dependencies Build Status Build status Coverage Status MIT licensed

Installation

npm install zxp-provider

Usage

zxp-provider has a simple interface for calling ZXPSignCmd. Most users will want to use the 'bin' property, which will provide the zxp binary appropriate to your OS.

var zxp = require('zxp-provider').bin;

If you would like to manually choose the executable, zxp-provider provides an interface for that as well.

var zxpWin32 = require('zxp-provider').win32;

var zxpWin64 = require('zxp-provider').win64;

var zxpOsx = require('zxp-provider').osx;

Notes

zxp-provider v1.0.x - ZxpSignCmd v3.0.30

zxp-provider v1.1.x - ZxpSignCmd v4.0.7

CEP-Resources

About

A simple provider for ZXPSignCmd - the tool used to sign Adobe extensions

Resources

Stars

0 stars

Watchers

0 watching

Forks

Packages

 
 
 

Contributors

Languages

  • JavaScript 100.0%