joplin/packages/plugin-repo-cli
Laurent Cozic 0019bb8d6b Tools: Add eslint rule "@typescript-eslint/no-inferrable-types" 2023-02-05 12:27:09 +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
README.md Plugin Repo: Added plugin download links on README page 2021-08-05 17:32:00 +01:00
index.ts Tools: Add eslint rule "@typescript-eslint/no-inferrable-types" 2023-02-05 12:27:09 +00:00
jest.config.js
package.json Update dependency @types/jest to v29.2.6 (#7682) 2023-01-28 22:41:15 +00:00
tsconfig.json
webpack.config.js Plugin Repo: Add support for source maps 2021-12-22 11:32:56 +01:00

README.md

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.