mirror of
https://github.com/laurent22/joplin.git
synced 2025-01-17 18:44:45 +02:00
27 lines
538 B
Markdown
27 lines
538 B
Markdown
|
# 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
|