picgo-init
v1.0.0
Published
Standalone initializer for PicGo plugin templates.
Readme
PicGo-Init
Standalone initializer for PicGo plugin templates. This package replaces the legacy
picgo init command from PicGo-Core.
Requirements
- Node.js >= 22
Usage
picgo-init <template> [project]Options:
--offline: use cached template from~/.picgo/templates.
Examples:
# create a new project with an official template
picgo-init plugin my-project
# create a new project straight from a GitHub template
picgo-init username/repo my-projectDevelopment
- Install dependencies:
pnpm install- Run the unit tests:
pnpm test- Build the library:
pnpm build