An open API service indexing awesome lists of open source software.

https://github.com/imba97/picgo-template-plugin

Just another PicGo plugin template
https://github.com/imba97/picgo-template-plugin

Last synced: about 2 months ago
JSON representation

Just another PicGo plugin template

Awesome Lists containing this project

README

          

# picgo-template-plugin

Just another PicGo plugin template.

# Features

- ๐Ÿ› ๏ธ Uses **unbuild** as the bundling tool
- ๐Ÿงน Includes **ESLint** with **@antfu/eslint-config** for code quality
- ๐Ÿ“ฆ Automatic dependency management with **pnpm**
- ๐Ÿ”„ Pre-configured **CI/CD** workflow for GitHub Actions
- โšก TypeScript support with strict type checking

# Usage

Init the plugin

```bash
picgo init imba97/picgo-template-plugin picgo-plugin-name
```