sa- / signals.mojo

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

signals

This repo was created using mojo-template

Prerequisites

  • Mojo
  • Python
  • Poetry to manage the python virtual environment & packages

Usage

First time setup

Optional, but recommended: Create a python virtual env inside the project folder

POETRY_VIRTUALENVS_IN_PROJECT=true poetry install

Then add or remove python packages using poetry add and poetry remove instead of pip install and pip uninstall

Run, build, test

In the makefile there are some useful commands

  • make run - Runs signals/main.mojo

  • make test - Runs test.mojo

  • make build - Creates a .mojopkg file in dist/

  • make clean - Deletes the dist/ folder

  • make fmt - Formats the project

About


Languages

Language:Mojo 73.4%Language:Makefile 26.6%