Gathering detailed insights and metrics for picgo
Gathering detailed insights and metrics for picgo
Gathering detailed insights and metrics for picgo
Gathering detailed insights and metrics for picgo
npm install picgo
Typescript
Module System
Min. Node Version
Node Version
NPM Version
TypeScript (95.21%)
JavaScript (2.06%)
PowerShell (1.14%)
Shell (1%)
AppleScript (0.58%)
Total Downloads
0
Last Day
0
Last Week
0
Last Month
0
Last Year
0
MIT License
893 Stars
276 Commits
92 Forks
7 Watchers
7 Branches
17 Contributors
Updated on Jul 13, 2025
Latest Version
1.5.9
Package Id
picgo@1.5.9
Unpacked Size
789.92 kB
Size
224.38 kB
File Count
58
NPM Version
8.19.4
Node Version
16.20.2
Published on
Jun 08, 2025
Cumulative downloads
Total Downloads
Last Day
0%
NaN
Compared to previous day
Last Week
0%
NaN
Compared to previous week
Last Month
0%
NaN
Compared to previous month
Last Year
0%
NaN
Compared to previous year
25
41
A tool for picture uploading. Both CLI & api supports. It also supports plugin system, please check Awesome-PicGo to find powerful plugins.
Typora supports PicGo-Core natively. If you like PicGo-Core and have time, welcome to help me translate the documentation of PicGo-Core into English.
PicGo should be installed with node.js >= 12 (v1.5.0-alpha.4 and small) & node.js >= 16 (since v1.5.0-alpha.5).
1npm install picgo -g 2 3# or 4 5yarn global add picgo
1npm install picgo -D 2 3# or 4 5yarn add picgo -D
PicGo uses
SM.MS
as the default upload pic-bed.
Show help:
1$ picgo -h 2 3 Usage: picgo [options] [command] 4 5 Options: 6 7 -v, --version output the version number 8 -d, --debug debug mode 9 -s, --silent silent mode 10 -c, --config <path> set config path 11 -h, --help output usage information 12 13 Commands: 14 15 install|add <plugins...> install picgo plugin 16 uninstall|rm <plugins...> uninstall picgo plugin 17 update <plugins...> update picgo plugin 18 set|config <module> [name] configure config of picgo modules 19 upload|u [input...] upload, go go go 20 use [module] use modules of picgo 21 init [options] <template> [project] create picgo plugin\'s development templates
1picgo upload /xxx/xx/xx.jpg
picture from clipboard will be converted to
png
1picgo upload
Thanks to vs-picgo && Spades-S for providing the method to upload picture from clipboard.
1const { PicGo } = require('picgo')
1import { PicGo } from 'picgo'
1const picgo = new PicGo() 2 3// upload a picture from path 4picgo.upload(['/xxx/xxx.jpg']) 5 6// upload a picture from clipboard 7picgo.upload()
For more details, you can checkout documentation.
No vulnerabilities found.
Reason
no binaries found in the repo
Reason
no dangerous workflow patterns detected
Reason
license file detected
Details
Reason
packaging workflow detected
Details
Reason
Found 4/30 approved changesets -- score normalized to 1
Reason
2 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 1
Reason
detected GitHub workflow tokens with excessive permissions
Details
Reason
dependency not pinned by hash detected -- score normalized to 0
Details
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
security policy file not detected
Details
Reason
project is not fuzzed
Details
Reason
branch protection not enabled on development/release branches
Details
Reason
SAST tool is not run on all commits -- score normalized to 0
Details
Reason
45 existing vulnerabilities detected
Details
Score
Last Scanned on 2025-07-07
The Open Source Security Foundation is a cross-industry collaboration to improve the security of open source software (OSS). The Scorecard provides security health metrics for open source projects.
Learn More