0.4.2-canary.60.903696e.0 • Published 4 years ago

create-obsidian-plugin v0.4.2-canary.60.903696e.0

Weekly downloads
50
License
MIT
Repository
github
Last release
4 years ago

create-obsidian-plugin

A tool to easily create plugins for obsidian

Getting started

Run

npm init obsidian-plugin

or

yarn create obsidian-plugin

and a plugin will be created in your current directory. It'll prompt you for needed info (like plugin-id, name, etc).

You can optionally pass a plugin-id to the command like

yarn create obsidian-plugin my-plugin

In this case a plugin with the id my-plugin will be created in the current directory

afterwards follow the directions from the plugin to get started

Building the plugin for development

npm run dev

or

yarn dev

Building the plugin for publish

npm run build

or

yarn build
0.4.3

3 years ago

0.4.2

3 years ago

0.4.1

4 years ago

0.3.0

5 years ago

0.2.0

5 years ago

0.4.0

5 years ago

0.1.0

5 years ago

0.1.1

5 years ago

0.0.3

5 years ago