luaupm 0.1.0-beta.1

The Luau package manager: dependencies, tools and scripts for Luau and Roblox projects
1
2
3
4
5
6
//! The local machine: where lpm keeps its files, how it runs other programs,
//! and how it shells out to git.

pub mod git;
pub mod paths;
pub mod process;