Skip to content

muxyz/mu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mu

A Go app platform

Overview

Mu is an app platform that provides some simple help around Go app development. It looks to be a non intrusive and easy way to extend existing workflows.

Dependencies

  • Go toolchain

Setup

go install mu.dev/cmd/mu@latest

Usage

Build a binary

mu build [source]

List binaries

mu list

Run an app

mu run [app]

Examples

Build the binary

$ mu build ../news
Building news
Built /home/asim/mu/bin/news

Check it exists

$ mu list
news

Run it

$ mu run news

Run from source

$ mu run .
Building news
Built /home/asim/mu/bin/news
Running news

Releases

No releases published

Sponsor this project

 

Packages

No packages published

Languages