Install node.js and run the following command one time in the plugin directory npm inst
.
To build the actual version of the plugin run npm run dist
and the code would be build in the directory dist
and the finished Joplin plugin would be stored in publish
.
To update the plugin framework, run npm run update
.