2.13.0 • Published 6 months ago

@xilinota/plugin-repo-cli v2.13.0

Weekly downloads
-
License
AGPL-3.0-or-later
Repository
-
Last release
6 months ago

plugin-repo-cli

This tool is used to build the plugin repository at https://github.com/xilinota/plugins

Testing

To test the tool with existing packages, the best is to:

  • Create a separate copy of the plugin repo
  • Reset back a few commits
  • Run with the --dry-run option: plugin-repo-cli build ~/src/xilinota-plugins-test/ --dry-run

Publishing

To publish it, run npm run publishAll from the root.