1
0
mirror of https://github.com/laurent22/joplin.git synced 2024-12-24 10:27:10 +02:00
joplin/packages/plugin-repo-cli
renovate[bot] 731260926d
Update dependency @types/node to v18.19.30 (#10684)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-07-05 13:49:54 +02:00
..
commands Tools: Implement @typescript-eslint/no-explicit-any rule 2024-04-05 12:16:49 +01:00
lib Tools: Implement @typescript-eslint/no-explicit-any rule 2024-04-05 12:16:49 +01:00
.gitignore Plugin Repo: Simplify publishing script 2021-12-21 12:38:05 +01:00
index.ts Tools: Implement @typescript-eslint/no-explicit-any rule 2024-04-05 12:16:49 +01:00
jest.config.js
package.json Update dependency @types/node to v18.19.30 (#10684) 2024-07-05 13:49:54 +02: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.