Skip to content

Files

cli

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Oct 29, 2024
Apr 8, 2025
Oct 21, 2024
Oct 21, 2024
Oct 25, 2024
Oct 24, 2024
Nov 20, 2024
Jan 7, 2025
Apr 16, 2025
Apr 16, 2025
Oct 21, 2024

Modus CLI

Modus is an open-source, serverless framework for building intelligent functions and APIs, powered by WebAssembly.

This package contains the Modus CLI, which is responsible for the Modus local developer experience.

Getting Started

Please refer to the docs at: https://docs.hypermode.com/modus/quickstart

Contributing

npm i
npm run watch

You can make changes and run ./bin/modus.js in a terminal to test changes.

Alternatively, you can set breakpoints and use the VS Code debug target Debug Modus CLI to launch the terminal to debug issues.