Skip to content

bitsmithy/cookiecutter-bubble-tea

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bubble Tea Project Template

This repository contains a template for a Go CLI project in Bubble Tea. It is used with cookiecutter.

Usage

To create a new project with this template you can run:

cookiecutter gh:bitsmithy/cookiecutter-bubble-tea

The tool will prompt you for various details and then create the a new folder in your current directory containing the fleshed-out parts of the project.

Development

All of the resources for this project are contained in the {{ cookiecutter.app_name }} directory.