@upimg/cli

1.3.1 • Public • Published

🧀 Upload image to public CDN in terminal

Author Version License


Installation

yarn global add @upimg/cli
# npm install @upimg/cli -g

Usage

Upload a single image

$ upimg dog.png
$ upimg -s jd dog.png

Upload multiple images (globbing supported)

$ upimg "*.jpeg" dog.png
$ upimg ~/*.(jpg|png|gif)

Setting default CDN server

$ upimg --config

Interface

λ upimg --help
Usage: upimg [options]

Options:
  -V, --version          output the version number
  -c, --config           Setting default CDN server & cookie
  -s, --server [server]  Upload throuth a given CDN server
  -r, --raw              Raw output
  -h, --help             output usage information

Examples:
  upimg example.png
  upimg --server jd example.png
  upimg example.png --raw | clipcopy

Related

Readme

Keywords

none

Package Sidebar

Install

npm i @upimg/cli

Weekly Downloads

1

Version

1.3.1

License

MIT

Unpacked Size

6.38 kB

Total Files

4

Last publish

Collaborators

  • metowolf