Skip to content

Latest commit

 

History

41 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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.

About

Cross-platform CLI

Resources

Stars

1 star

Watchers

0 watching

Forks

Releases

Packages

Used by

Contributors

Languages