1.0.1 • Published 7 years ago

exman v1.0.1

Weekly downloads
1
License
MIT
Repository
github
Last release
7 years ago

npm package

Use Adobe's Extension Manager command line tool in node.js.

Installation

$ npm install exman

Usage

const exman = require('exman');

exman.install(path.join(__dirname, 'com.domain.extension.zxp'))
     .then(() => console.log('Extension installed!'))
     .catch((stderr) => console.warn(`Failed to install: ${stderr.toString()}`))

Module API

CommandDescriptionRequired Argument
installInstall an extensionPath to the extension's .zxp file
removeRemove an extensionThe extension name (bundle identifier)
enableEnable an extensionThe extension name (bundle identifier)
disableDisable an extensionThe extension name (bundle identifier)
updateUpdate an extensionThe extension name (bundle identifier)
1.0.1

7 years ago

1.0.0

7 years ago

0.0.5

7 years ago

0.0.4

7 years ago

0.0.3

7 years ago

0.0.2

7 years ago

0.0.1

7 years ago