https://github.com/timmo001/create-timmo-app
https://github.com/timmo001/create-timmo-app
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/timmo001/create-timmo-app
- Owner: timmo001
- Created: 2024-07-08T20:25:26.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2025-03-05T15:57:47.000Z (over 1 year ago)
- Last Synced: 2025-08-01T11:55:25.378Z (11 months ago)
- Language: Go
- Size: 35.2 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
Awesome Lists containing this project
README
# Create Timmo App
```txt
_____ _ _______ _
/ ____| | | |__ __(_)
| | _ __ ___ __ _| |_ ___ | | _ _ __ ___ _ __ ___ ___
| | | '__/ _ \/ _ | __/ _ \ | | | | '_ _ \| '_ _ \ / _ \
| |____| | | __/ (_| | || __/ | | | | | | | | | | | | | | (_) |
\__/\_|_| \___|\__,_|\__\___| |_| |_|_| |_| |_|_| |_| |_|\___/
/ \ _ __ _ __
/ /\ \ | '_ \| '_ \
/ ____ \| |_) | |_) |
/_/ \_\ .__/| .__/
| | | |
|_| |_|
```
## Development
### Install
```bash
go mod tidy
```
### Run
```bash
go run .
```