Skip to main content

a CLI Tool for Mojo Package Manager

Project description

Mod = (Mojo Dep)

  • Mojo Package Manager Tool
  • like:
    • Rust: Cargo
    • Python: Pip/Poetry/PDM
    • Go: Dep + Vendor

Quick Start

  • install:
pip install mod-cli

# or
poetry add mod-cli --dev
  • usage:
    • mod new: create a new project
    • mod init
    • mod build: build a mojopkg
    • mod run: run mojo file
    • mod test: unit test
    • mod publish: publish a mojopkg
    • mod workspace: for monorepo
mod --help

Manual

  • mod cmds

✅ Create a new project

  • like cargo new style:
# new a libary
mod new your/path/to/project --lib

# new a app
mod new your/path/to/project --bin

❎ Build Mojo Package

  • ❎ TODO
mod build

References

package manager

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

mod_cli-0.1.1.tar.gz (49.7 kB view hashes)

Uploaded Source

Built Distribution

mod_cli-0.1.1-py3-none-any.whl (55.4 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page