Skip to content

hisamura333/convertimage

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

convertimage

convertimage is a CLI command to convert image.

Build and Run

Get source files.

$ go get github.com/hisamura333/convertimage

Run using go run.

$ go run cmd/convertimage/main.go

option

-d string

変換後の拡張子 (default "jpg")

-s string

変換前の拡張子 (default "png")

-dir string

変換したいディレクトリ配下 (default "./")

-r bool

変換前の拡張子ファイルを削除するかのflag

Running the tests

$ go test -v 

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages