You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 15, 2021. It is now read-only.
cargo-generate is a developer tool to help you get up and running quickly with a new Rust project by leveraging a pre-existing git repository as a template.
I'm a maintainer of a cargo-generate template. I use actions-rs/install to manually build cargo-generate. The build step is part of a larger job that validates the overall template, making sure that the template will work for end-users. It takes over 6 minutes to compile cargo-generate as part of the job (Ubuntu 18.04).
By providing cargo-generate in the tools cache, we can make it easier for cargo-generate template maintainers to test their templates.
Do the checklist before filing an issue:
actions-rsActions? If not, use GitHub Community forum to ask questions about Actions in a whole: https://github.communityCrate
crates.io: https://crates.io/crates/cargo-generate
repository: https://github.com/ashleygwilliams/cargo-generate
Motivation
From the
cargo-generatedocs,I'm a maintainer of a
cargo-generatetemplate. I useactions-rs/installto manually buildcargo-generate. The build step is part of a larger job that validates the overall template, making sure that the template will work for end-users. It takes over 6 minutes to compilecargo-generateas part of the job (Ubuntu 18.04).By providing
cargo-generatein the tools cache, we can make it easier forcargo-generatetemplate maintainers to test their templates.