Crates.io | prsm |
lib.rs | prsm |
version | 0.1.0 |
source | src |
created_at | 2024-03-05 05:02:42.658142 |
updated_at | 2024-03-05 05:02:42.658142 |
description | A script manager to simplify maintaining projects with Rust modules |
homepage | |
repository | https://github.com/jtstrader/prsm |
max_upload_size | |
id | 1162678 |
size | 23,395 |
Have you ever had a utils/
directory with a bunch of scripts you ran to manage your project? Format a suite of different files types? Run various linters in sequence, or if you find yourself so daring, in parallel? Keeping all these scripts together can be a hassle and you might find yourself wanting to use some form of a script manager, typically within the language the scripts are in. So, for instance, if you have a collection of Python scripts managing your project you may want to use a script manager written in Python.
This is what that is, but it's in Rust.