An open API service indexing awesome lists of open source software.

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

Hummingbird project template
https://github.com/hummingbird-project/template

application hummingbird server template

Last synced: 4 days ago
JSON representation

Hummingbird project template

Awesome Lists containing this project

README

          


# Hummingbird Template

Template for Hummingbird App

Run the download script and follow the instructions.

```bash
curl -L https://raw.githubusercontent.com/hummingbird-project/template/main/scripts/download.sh | bash
```

## Alternative method

Clone this repository locally

```bash
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

```bash
./configure.sh
```