joplin/packages/plugin-repo-cli
Laurent Cozic cb540a5abb Chore: Setup new release 3.0 2024-03-02 11:04:23 +00:00
..
commands
lib
.gitignore
README.md
index.ts
jest.config.js
package.json
tsconfig.json
webpack.config.js

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.