suitcase 0.1.4

A set of personal CLI tools to automate common tasks in software development (including Rust, Dart, and Flutter), written in Rust.
Documentation
## 0.1.4 (2023-09-29)

- fix: ignore more special directories (such as `flutter_gen`) when running commands that run for every Dart/Flutter project (like `ford` and `fua`)

## 0.1.3 (2023-04-13)

- feat: add `fua` command
- feat: add `--offline` flag to `upgrade` command
- fix: ignore certain directories when running commands that run for every Dart/Flutter project (like `ford` and `fua`)

## 0.1.2 (2023-03-17)

- feat: add `ford` command
- refactor: rename `update` command to `upgrade`
- feat: add `--quiet` flag to all commands (completely disables output)
- chore: improve verbose logging

## 0.1.1 (2023-03-16)

- docs: documentation upgrades and fixes

## 0.1.0 (2023-03-16)

- feat: initial project setup
- feat: add `gho` command
- feat: add `update` command