1.0.5 • Published 1 year ago

obsidian-plugin-generator v1.0.5

Weekly downloads
-
License
ISC
Repository
github
Last release
1 year ago

Install

npm i -g obsidian-plugin-generator

Usage

Usage: opg [options]

Options:
  -v, --version  output the version number
  -i, --init     init an obsidian plugin project
  -H, --https    clone the obsidian-sample-plugin from https://github.com/obsidianmd/obsidian-sample-plugin.git.
  -h, --help     display help for command

Properties

PropertyTypeRequiredDescription
authorstringYesThe plugin author's name.
descriptionstringYesThe long description of your plugin.
idstringYesThe ID of your plugin.
namestringYesThe display name of your plugin.
isDesktopOnlybooleanNoWhether your plugin uses NodeJS or Electron APIs. The default value is false.
minAppVersionstringNoThe minimum required Obsidian version for your plugin. The default value is '0.15.0'.
versionstringNoThe version of your plugin. The default value is '1.0.0'.
authorUrlstringNoA URL to your own website.
fundingUrlstringNoFunding url.
1.0.5

1 year ago

1.0.4

1 year ago

1.0.3

1 year ago

1.0.2

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago