angular-switcher 0.1.0

Switch between Angular component files (.ts, .html, styles, .spec.ts) from the Zed editor with a customizable keybinding.
Documentation
[workspace]
# Disable release-plz's GitHub Release creation; dist owns the GitHub Release
# (with cross-compiled binary attachments). release-plz just bumps the version,
# updates the changelog, creates the tag, and publishes to crates.io.
git_release_enable = false

# Use CHANGELOG.md (keep-a-changelog format).
changelog_update = true

# Don't allow pre-1.0 minor bumps from breaking changes — we curate the
# version ourselves until 1.0.
semver_check = false

# Skip publishing to crates.io until the release PR is merged.
publish = true
publish_allow_dirty = false

[[package]]
name = "angular-switcher"
changelog_path = "CHANGELOG.md"