generator-zotero-plugin

Zotero Plugin

Usage no npm install needed!

<script type="module">
  import generatorZoteroPlugin from 'https://cdn.skypack.dev/generator-zotero-plugin';
</script>

README

generator-zotero-plugin

Generate a Zotero Plugin scaffold

Installation

First, install Yeoman and generator-zotero-plugin using npm (we assume you have pre-installed node.js).

npm install -g yo
npm install -g generator-zotero-plugin

Then generate your new project:

mkdir zotero-my-fantastic-plugin
cd zotero-my-fantastic-plugin
yo zotero-plugin