openpen-cli
v1.2.0
Published
Install and manage OpenPen plugins from local paths or GitHub releases. Run via `npx openpen plugin add <source>`.
Readme
openpen-cli
Install and manage OpenPen plugins from local paths, GitHub, or npm.
Usage
npx openpen-cli plugin add <source>
npx openpen-cli plugin list
npx openpen-cli plugin remove <plugin-id><source> can be:
- A local project directory:
./my-pluginor/abs/path/my-plugin - A GitHub URL:
https://github.com/user/repoorgithub:user/repo - An npm package name:
openpen-my-plugin
For local and GitHub sources the CLI runs npm install and npm run build
in the source directory, then copies the build output and plugin.json to
~/.openpen/plugins/<plugin-id>/.
More
License
MIT
