1.1.1 • Published 6 years ago

webxrome-package-manager v1.1.1

Weekly downloads
8
License
MIT
Repository
gitlab
Last release
6 years ago

webxrome-package-manager

webxrome-package-manager packager manager for Webxrome Web Browser, which is written in TypeScript and Node.js. It uses easy-vm to run plugins' script.

Installation

$ npm install -g webxrome-package-manager

Usage

$ wpm <command> <params>

List of commands:

  • install - Installs plugin from a GitHub repository.

    • name string - name of the GitHub repo for example ghosthackz/webxrome-example-plugin
  • update - Checks if there is newer version of a plugin and if there is, it installs newer version of the plugin

    • name string - name of the GitHub repo