extplug-cli

CLI for building and bundling ExtPlug plugins.


Keywords
extplug
License
MIT
Install
npm install extplug-cli@1.2.0

Documentation

[WIP Do Not Use] extplug-cli

CLI for easily bundling ExtPlug plugins.

Installation

npm install --global extplug-cli

Usage

extplug bundle /path/to/my/plugin.js bundled-plugin.js
extplug [options] [command]


Commands:

  bundle [options] <entry> [output]  Bundle a plugin.
  watch <entry> <output>             Bundle a plugin. Rebuild automatically when source files change.

Options:

  -h, --help     output usage information
  -V, --version  output the version number

License

MIT