mirror of https://github.com/laurent22/joplin.git
7154ebbf5c | ||
---|---|---|
.. | ||
generators/app | ||
.gitignore | ||
.yo-rc.json | ||
LICENSE | ||
README.md | ||
package-lock.json | ||
package.json | ||
updateTypes.sh |
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