Skip to content

Latest commit

 

History

History
44 lines (25 loc) · 883 Bytes

File metadata and controls

44 lines (25 loc) · 883 Bytes

Musgit - Git-like management of your music practices

Overview

Musgit is a library providing a simple interface for managing your music practices.

Musgit provides:

  • Adding various music pieces
  • Practicing and evaluating these pieces
  • Working with lessons

Installation

Using musgit is easy. Install the latest version of the library.

go get -u github.com/musgit-dev/musgit@latest

Then include it into your application:

import "github.com/musgit-dev/musgit"

Usage

musgit-cli is a command line program to manage your music practices.

It can be installed:

go install github.com/musgit-dev/musgit-cli@latest

For details of using musgit-cli please refer to its README

License

Musgit is released under the Apache 2.0 license. See LICENSE.txt.