joplin/packages/generator-joplin
Laurent Cozic 4a57c1211a private 2020-12-14 11:29:57 +00:00
..
generators/app Plugins: Add support for context menu items on notebooks and tags 2020-12-11 13:28:59 +00:00
.gitignore Plugins: Added support app_min_version property and made it required 2020-11-15 14:18:46 +00:00
LICENSE Plugins: Improved note change event handling. Also added tests and improved debugging plugins. 2020-12-01 14:08:41 +00:00
README.md Plugins: Added support app_min_version property and made it required 2020-11-15 14:18:46 +00:00
package-lock.json Plugins: Add support for context menu items on notebooks and tags 2020-12-11 13:28:59 +00:00
package.json private 2020-12-14 11:29:57 +00:00
updateTypes.sh Plugins: Added support app_min_version property and made it required 2020-11-15 14:18:46 +00:00

README.md

generator-joplin

Scaffolds out a new Joplin plugin

Installation

First, install Yeoman and generator-joplin using npm (we assume you have pre-installed node.js).

npm install -g yo
npm install -g generator-joplin

Then generate your new project:

yo joplin

Development

To test the generator for development purposes, follow the instructions there: https://yeoman.io/authoring/#running-the-generator

License

MIT © Laurent Cozic