2021-01-21 00:16:59 +00:00
|
|
|
# plugin-repo-cli
|
|
|
|
|
|
|
|
This tool is used to build the plugin repository at https://github.com/joplin/plugins
|
|
|
|
|
2021-08-05 16:32:00 +00:00
|
|
|
## 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
|
2021-01-21 00:16:59 +00:00
|
|
|
|
|
|
|
To publish it, run `npm run publishAll` from the root.
|