Ecosyste.ms: Awesome
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: about 1 month ago
JSON representation
Hummingbird project template
- Host: GitHub
- URL: https://github.com/hummingbird-project/template
- Owner: hummingbird-project
- Created: 2021-04-07T08:23:47.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2024-04-12T11:33:48.000Z (9 months ago)
- Last Synced: 2024-04-12T23:26:15.821Z (9 months ago)
- Topics: application, hummingbird, server, template
- Language: Swift
- Homepage:
- Size: 57.6 KB
- Stars: 7
- Watchers: 5
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Hummingbird Template
Template for Hummingbird App
Either click on `Use this template` or run the following to clone locally.
```bash
curl -L https://raw.githubusercontent.com/hummingbird-project/template/main/scripts/download.sh | bash -s
```Then enter the folder created, run `./configure.sh` and follow the instructions.
## 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
```