1
0
mirror of https://github.com/laurent22/joplin.git synced 2024-11-27 08:21:03 +02:00
joplin/packages/plugin-repo-cli
2021-08-21 10:46:46 +01:00
..
commands Plugin Repo: Update stats every 7 days 2021-06-10 00:11:11 +02:00
lib Plugin Repo: Added plugin download links on README page 2021-08-05 17:32:00 +01:00
index.ts Plugin Repo: Added plugin download links on README page 2021-08-05 17:32:00 +01:00
jest.config.js Tools: Various improvements on plugin-repo-cli 2021-01-21 00:12:59 +00:00
package-lock.json Releasing sub-packages 2021-08-16 10:03:33 +01:00
package.json Tools: Setup release 2.4 2021-08-21 10:46:46 +01:00
README.md Plugin Repo: Added plugin download links on README page 2021-08-05 17:32:00 +01:00
tsconfig.json Plugins: Updated plugin repo script 2021-01-18 14:37:27 +00: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.