v0.1.0
ArtifactX v0.1.0
Build Once. Package Once. Publish Everywhere.
curl -fsSLO https://github.com/artifactx-rs/artifactx/releases/download/v0.1.0/arx-amd64
sudo install -m 755 arx-amd64 /usr/local/bin/arx
arx init && arx pack ./Cargo.toml && arx publish && arx serveDocker: docker run --rm -v ./repo:/repo -p 8080:8080 ghcr.io/artifactx-rs/arx:v0.1.0 serve
Full Changelog: https://github.com/artifactx-rs/artifactx/commits/v0.1.0