Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 813 Bytes

File metadata and controls

20 lines (12 loc) · 813 Bytes

BUILD

Prerequisites

Install node.js and run the following command one time in the plugin directory npm inst.

Build

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.

Updating the plugin framework

To update the plugin framework, run npm run update.

Links