Mod(Mojo Dep)
December 24, 2023 · View on GitHub
Intro
Mod=Mojo Dep.Modis a MojoPackage Manager Tool.- like:
- Rust:
Cargo - Python:
Pip/Poetry/PDM - Go:
Dep + Vendor
- Rust:
Quick Start
- mod-cli - pypi
- install:
# all Platform
pip install mod-cli
# help
mod --help

Manual
mod new your/path/to/project --lib
mod new your/path/to/project --bin
...
mod new --bin

mod new --lib
