# generator-joplin Scaffolds out a new Joplin plugin ## Installation First, install [Yeoman](http://yeoman.io) and generator-joplin using [npm](https://www.npmjs.com/) (we assume you have pre-installed [node.js](https://nodejs.org/)). ```bash npm install -g yo npm install -g generator-joplin ``` Then generate your new project: ```bash 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