Skip to content

hummingbird-project/template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

5e2137d · Feb 11, 2025

History

71 Commits
Sep 20, 2024
Aug 23, 2024
Sep 25, 2024
Sep 20, 2024
Oct 24, 2024
May 6, 2021
Oct 25, 2024
Feb 11, 2025
Sep 16, 2024
Sep 20, 2024
Sep 20, 2024
Oct 24, 2024

Repository files navigation

Hummingbird Template

Template for Hummingbird App

Either click on Use this template or run the following to clone locally.

curl -L https://raw.githubusercontent.com/hummingbird-project/template/main/scripts/download.sh | bash -s <project-name> 

Then enter the folder created, run ./configure.sh and follow the instructions.

Alternative method

Clone this repository locally

git clone https://github.com/hummingbird-project/template

And then call the configure script with a path argument. This will create a new project at the specified path

./configure.sh <path to new project>