1
0
mirror of https://github.com/laurent22/joplin.git synced 2024-11-24 08:12:24 +02:00
joplin/packages/plugin-repo-cli
2022-12-15 22:14:34 +00:00
..
commands Plugin repo: Fixing fetch tool 2021-12-22 12:01:51 +01:00
lib Plugin Repo: Fix git compare url 2022-11-28 17:54:29 +01:00
.gitignore Plugin Repo: Simplify publishing script 2021-12-21 12:38:05 +01:00
index.ts Plugin Repo: Improved error message when plugin "publish" directory is missing 2022-01-07 18:12:47 +00:00
jest.config.js
package.json Create new release 2.10 2022-12-15 22:14:34 +00:00
README.md
tsconfig.json
webpack.config.js Plugin Repo: Add support for source maps 2021-12-22 11:32:56 +01:00

plugin-repo-cli

This tool is used to build the plugin repository at https://github.com/joplin/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/joplin-plugins-test/ --dry-run

Publishing

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