Compare commits
3 Commits
71bb68e7ec
...
4b96d64ccf
Author | SHA1 | Date | |
---|---|---|---|
|
4b96d64ccf | ||
be6403105c | |||
cb130bc2ac |
1
.gitignore
vendored
1
.gitignore
vendored
@ -1 +1,2 @@
|
|||||||
.cuddle/
|
.cuddle/
|
||||||
|
bin/
|
||||||
|
19
CHANGELOG.md
Normal file
19
CHANGELOG.md
Normal file
@ -0,0 +1,19 @@
|
|||||||
|
# Changelog
|
||||||
|
All notable changes to this project will be documented in this file.
|
||||||
|
|
||||||
|
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
||||||
|
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
||||||
|
|
||||||
|
## [Unreleased]
|
||||||
|
|
||||||
|
## [0.1.0] - 2025-01-06
|
||||||
|
|
||||||
|
### Added
|
||||||
|
- add basic main.go
|
||||||
|
- add default
|
||||||
|
|
||||||
|
### Other
|
||||||
|
- add utility scripts
|
||||||
|
- add utility scripts
|
||||||
|
- add logger
|
||||||
|
- add cmd
|
@ -14,3 +14,10 @@ please:
|
|||||||
settings:
|
settings:
|
||||||
api_url: https://git.front.kjuulh.io
|
api_url: https://git.front.kjuulh.io
|
||||||
|
|
||||||
|
scripts:
|
||||||
|
run:
|
||||||
|
type: shell
|
||||||
|
watch:
|
||||||
|
type: shell
|
||||||
|
test:
|
||||||
|
type: shell
|
||||||
|
5
scripts/run.sh
Executable file
5
scripts/run.sh
Executable file
@ -0,0 +1,5 @@
|
|||||||
|
#!/usr/bin/env zsh
|
||||||
|
|
||||||
|
set -e pipefail
|
||||||
|
|
||||||
|
go run ./cmd/orbis
|
5
scripts/test.sh
Executable file
5
scripts/test.sh
Executable file
@ -0,0 +1,5 @@
|
|||||||
|
#!/usr/bin/env zsh
|
||||||
|
|
||||||
|
set -e pipefail
|
||||||
|
|
||||||
|
gotestsum
|
6
scripts/watch.sh
Executable file
6
scripts/watch.sh
Executable file
@ -0,0 +1,6 @@
|
|||||||
|
#!/usr/bin/env zsh
|
||||||
|
|
||||||
|
set -e pipefail
|
||||||
|
|
||||||
|
air --build.cmd "go build -o bin/orbis ./cmd/orbis" --build.bin "./bin/orbis"
|
||||||
|
|
1
tmp/build-errors.log
Normal file
1
tmp/build-errors.log
Normal file
@ -0,0 +1 @@
|
|||||||
|
exit status 1exit status 1exit status 1exit status 1
|
Loading…
x
Reference in New Issue
Block a user