1
0
mirror of https://github.com/laurent22/joplin.git synced 2024-11-24 08:12:24 +02:00
joplin/packages/generator-joplin
2020-12-14 14:55:31 +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
package-lock.json Plugins: Add support for context menu items on notebooks and tags 2020-12-11 13:28:59 +00:00
package.json Tools: Allow publishing all lib packages to @joplin 2020-12-14 14:55:31 +00:00
README.md Plugins: Added support app_min_version property and made it required 2020-11-15 14:18:46 +00:00
updateTypes.sh Plugins: Added support app_min_version property and made it required 2020-11-15 14:18:46 +00:00

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