v3.8.0

Rich-Harris/degitv3.8.0Sep 4, 2026by YogliB

AI Summary

Introduces a CLI flag to name the clone directory after the repository and enables glob patterns for file removal in `degit.json` configurations.

Key Highlights

  • Added `--repo-name` / `-r` flag
  • Support for glob patterns in `remove` action
  • New `allowGlobs` flag for file removal

New Features

  • CLI flag for repository naming
  • Glob pattern support in remove actions

Full Release Notes

- Add `--repo-name` / `-r` flag to clone into a directory named after the repository ([#42](https://github.com/Rich-Harris/degit/issues/42)).
- Support glob patterns in the `remove` action's `files` list behind the `allowGlobs` flag ([#148](https://github.com/Rich-Harris/degit/issues/148)).