bubbletea-starter icon indicating copy to clipboard operation
bubbletea-starter copied to clipboard

Starting point for a bubbletea app

Bubbletea-Starter

Latest Release GoDoc Build Status

About The Project

A starting point for bubbletea apps

Built With

Installation

Curl

curl -sfL https://raw.githubusercontent.com/knipferrc/bubbletea-starter/main/install.sh | sh

Go

go install github.com/knipferrc/bubbletea-starter@latest

Features

  • Add your awesome feature list here

Configuration

A config file will be generated (bubbletea-starter.yml) in the config directory of the OS in which the app is ran from. If XDG_CONFIG_HOME is set, that will be used instead.

settings:
  enable_logging: false
  enable_mousewheel: true