Skip to content

gut-hub/gut

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gut

Collection of plugins that simplifies development workflow

Supported OS

  • MacOs (x86)
  • MacOs (arm64)
  • Linux
  • Windows

Install

This will create the gut directory: $HOME/.gut

MacOS
$ curl -sSL https://github.com/gut-hub/gut/raw/master/install.sh | sh

Windows 10 (Open powershell (Run as administrator))
$ Set-ExecutionPolicy Bypass -Scope Process -Force; [System.Net.ServicePointManager]::SecurityProtocol = [System.Net.ServicePointManager]::SecurityProtocol -bor 3072; iex ((New-Object System.Net.WebClient).DownloadString('https://github.com/gut-hub/gut/raw/master/install.ps1'))

Plugins

The gut plugin system loads plugins that are located in the gut directory $HOME/.gut. Plugins are written in rust and can be compiled to either native or wasm.

See gut-plugin

Library

Helper library that provides common functionality for Gut

See gut-lib

Develop

Note: The gut directory $HOME/.gut needs to exist.