cargo-scaffold
cargo-scaffold copied to clipboard
cargo scaffold lets you scaffold and generate projects described in a simple TOML file
The Scaffold parameter `struct Parameter` has an optional `default` value. When this value is given this needs to be honored. For instance for a 'select' type parameter, this is set...
https://github.com/apollographql/router/issues/3809 The apollo-router-scaffold crate currently depends on clap version 2.34.0 which depends on the atty crate which [has potential unsoundness and is unmaintained](https://github.com/advisories/GHSA-g98v-hv3f-hcfr). Upgrading clap to version 4.4.2 (same as...
It'd be good to bump some dependencies. In particular the buildstructor version used causes issues for users who use asdf.
My authentication with GitHub is done with SSH keys (rather than `https://`) and I use a Yubikey to provide my SSH keys. I assure you that my `git` commands work...
Failed to install cargo-scaffold on arm64 (mac m1 chip). Can i do something about it, or it's just cargo-scaffold limitation? ``` ld: warning: ignoring file /usr/local/opt/[email protected]/lib/libssl.dylib, building for macOS-arm64 but...
When editing a `.rs` file that contains Handlebars templating, my IDE tries to parse it as Rust code and shows many errors all over the file. If instead the file...
When using cargo-scaffold as a library it's convenient to embed the templates rather than going to the internet or having local dir. It'd be great to be able to use...
When the user specify the `target_dir`, the `git_rev`, the `repository` we should provide these values in the `ScaffoldDescription` parameters.