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
- Host: GitHub
- URL: https://github.com/imba97/picgo-template-plugin
- Owner: imba97
- License: mit
- Created: 2025-05-09T03:38:19.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2025-05-09T06:58:36.000Z (7 months ago)
- Last Synced: 2025-09-26T20:57:50.294Z (2 months ago)
- Language: TypeScript
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- Awesome-PicGo - imba97/picgo-template-plugin
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
```