github cargo-generate/cargo-generate v0.5.0
🧟‍♀️ 0.5.0

latest releases: v0.21.0, v0.20.0, v0.19.0...
4 years ago
  • ✨ Features

    • Add a verbose flag for printing excluded files - EverlastingBugstopper, pull/199

      cargo-generate can now be run with a --verbose flag that will print the list of files/directories that it is ignoring. This means that by default the output for templates that exclude files will appear no differently from templates that do exclude files.

  • 🤕 Fixes

    • Update two failure scenarios to exit with code 1 - EverlastingBugstopper, pull/198

      When cargo-generate fails due to an issue with git or if a target directory already exists, it will now fail with an exit code of 1.

    • Fix path display on Windows - tommyshem, issue/192 pull/195

      Changes Windows file output from "C:\\Users\\Me\\src\\example-com\\.genignore" to "C:\Users\Me\src\example-com\.genignore"

    • Don't remove .github directory when only .git should be removed - softprops, issue/190 pull/191

      When generating a new project, cargo-generate will remove the .git directory and initialize a new git tree. In doing so, it would remove any file or directory containing .git, including .github. This release fixes that bug!

  • 🛠️ Maintenance

Don't miss a new cargo-generate release

NewReleases is sending notifications on new releases.