mistakenelf / bubbletea-starter

Starting point for a bubbletea app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Starting point for a bubbletea app

License:MIT License


Languages

Language:Go 52.4%Language:Shell 47.0%Language:Makefile 0.6%