joplin-plugin-cli
Introduction
A cli for joplin plugins, supports creating and packaging plugins, uses esbuild for the core, it's very fast.
Use
npm i -g joplin-plugin-cli
jpl generate --name test-plugin
cd test-plugin
yarn build
Motivation
Why not use the official plugin template project?
The front-end packaging tools have changed a lot lately, mainly due to the performance revolution caused by esbuild and swc (that's not an overstatement). vue authors abandoned webpack and built a new cross-framework tool called vite based on esbuild and rollup, so I also prefer to build faster tools based on esbuild.
Performance comparison of packaging tools: https://esbuild.github.io/