mirror of
https://github.com/laurent22/joplin.git
synced 2024-11-24 08:12:24 +02:00
.. | ||
generators/app | ||
.gitignore | ||
LICENSE | ||
package-lock.json | ||
package.json | ||
README.md | ||
updateTypes.sh |
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