neon-bindings / neon-rs

The @neon-rs npm org, including the Neon CLI.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Share `copyArtifact` logic with cargo-cp-artifact

dherman opened this issue · comments

The copyArtifact() function in cargo-cp-artifact has some important logic for OS quirks. We should share this logic between the two CLIs in a common library, maybe call it @neon-rs/artifact.

Implemented in #59.