
Security News
Attackers Are Hunting High-Impact Node.js Maintainers in a Coordinated Social Engineering Campaign
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.
mod-cli
Advanced tools
English | 简体中文
CargoPip/Poetry/PDMDep + Vendormojo -v
mojo 0.6.1 (876ded2e)
python --version 07:27:03
Python 3.10.9
mod:
pip install mod-cli
# or
poetry add mod-cli --dev
mod command)
mod new: create a new mojo project
--lib: Create a library project.--bin: Create an application (executable binary).mod init: Create a new mojo package in an existing directorymod build: build a mojopkgmod install: download mojo dependencies to target/depsmod hack:
mod hack build: build target/deps dependencies into mojopkgmod hack install: install target/deps dependencies to `mojo standard library pathmod hack uninstall: uninstall target/deps dependenciesmod hack clean: Clean the mojopkg (binary library) generated by compiling target/deps.mod run: Run a mojo file.mod test: Run unit tests.mod add: Add a dependency.mod remove: Remove a dependency.mod list: List all dependencies.mod search: Search for dependencies (fuzzy search).mod sync: Sync dependencies.mod lint: Code style check.mod publish: Publish a mojo project.mod workspace: Manage monorepo workspaces.
mod workspace init: Initialize a workspace.mod workspace list: List workspaces.mod workspace add: Add a workspace.mod workspace remove: Remove a workspace.mod self: Manage itself.
mod self update: Update the mod command itself.mod help: Show help information.
mod --help
mod cmdscargo new style:# new a libary
mod new your/path/to/project --lib
# new a app
mod new your/path/to/project --bin
mod build
package manager
FAQs
a CLI Tool for Mojo Package Manager
We found that mod-cli demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.

Security News
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.

Security News
Node.js has paused its bug bounty program after funding ended, removing payouts for vulnerability reports but keeping its security process unchanged.