ImageMarkup / isic-cli

The official command line tool for interacting with the ISIC Archive.
https://isic-archive.com
Apache License 2.0
29 stars 0 forks source link

Native CLI packages #52

Closed zachmullen closed 1 year ago

zachmullen commented 1 year ago

This successfully builds the CLI as a single executable for me on MacOS aarch64.

It seems that cross-compilation is not supported.

zachmullen commented 1 year ago

This is ready for final review. I dumped the packages here for now for testing: https://github.com/ImageMarkup/isic-cli/releases/tag/v6.1.0

The zip approach has the virtue of not requiring users to chmod +x, and also allows the underlying command to retain the same name across platforms. (@brianhelba )

danlamanna commented 1 year ago

LGTM! Merging and releasing :crossed_fingers:.