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
35.4
Supply Chain
81.4
Quality
76.8
Maintenance
25
Vulnerability
95.8
License
Total
83,085
Last Day
96
Last Week
651
Last Month
2,776
Last Year
17,416
838 Stars
272 Commits
86 Forks
8 Watching
7 Branches
16 Contributors
Updated on 04 Dec 2024
TypeScript (95.08%)
JavaScript (2.06%)
Shell (1.14%)
PowerShell (1.14%)
AppleScript (0.58%)
Cumulative downloads
Total Downloads
Last day
20%
96
Compared to previous day
Last week
-3.7%
651
Compared to previous week
Last month
2.4%
2,776
Compared to previous month
Last year
46.3%
17,416
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 dangerous workflow patterns detected
Reason
no binaries found in the repo
Reason
license file detected
Details
Reason
packaging workflow detected
Details
Reason
2 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 1
Reason
Found 3/30 approved changesets -- score normalized to 1
Reason
detected GitHub workflow tokens with excessive permissions
Details
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
dependency not pinned by hash detected -- score normalized to 0
Details
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
43 existing vulnerabilities detected
Details
Score
Last Scanned on 2024-12-02
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