Cookiecutter template for creating Obsidian plugins with a ready-to-use project structure and tooling.
Project description
Obsidian Plugin Template
Cookiecutter template for creating Obsidian plugins with a ready-to-use structure and tooling.
Quick Start
Using cookiecutter directly
# Install cookiecutter
pip install cookiecutter
# Create project
cookiecutter https://github.com/serafinovsky/cookiecutter-obsidian-plugin -o your-obsidain-vault/.obsidian/plugins/
# Setup plugin development environment
cd your-plugin-id
make install
make dev
Using CLI tool
# Install the CLI tool
pip install cookiecutter-obsidian-plugin
# Or with custom options
cookiecutter-obsidian-plugin --output-dir your-obsidain-vault/.obsidian/plugins/
# Setup plugin development environment
cd your-plugin-id
make install
make dev
Key Features
Modern Tools
TypeScript, ESLint, esbuild, and optional Vitest and i18n setup
CI/CD Ready
GitHub Actions with ready-to-use release workflow for plugins.
Code Quality
ESLint (linter), Prettier (formatter), and optional tests — all configured automatically
Documentation
Documentation is available here: Docs
License
MIT License
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters