prsm 0.1.0

A script manager to simplify maintaining projects with Rust modules
Documentation
  • Coverage
  • 100%
    15 out of 15 items documented6 out of 11 items with examples
  • Size
  • Source code size: 23.39 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 603.84 kB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 8s Average build duration of successful builds.
  • all releases: 8s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • jtstrader/prsm
    1 0 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • jtstrader

PRSM - Project Script Manager

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.