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
1
2
3
4
5
6
pub mod cli;
pub mod commands;
pub mod constants;
pub mod progress;
pub mod shell;
pub mod utils;