Compare commits

..

3 Commits

Author SHA1 Message Date
cuddle-please
4b96d64ccf chore(release): 0.1.0
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing
2025-01-06 21:03:20 +00:00
be6403105c
chore: add utility scripts
All checks were successful
continuous-integration/drone/push Build is passing
2025-01-06 22:02:55 +01:00
cb130bc2ac
chore: add utility scripts 2025-01-06 22:02:35 +01:00
7 changed files with 27 additions and 0 deletions

1
.gitignore vendored
View File

@ -1 +1,2 @@
.cuddle/
bin/

View File

@ -13,5 +13,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- add default
### Other
- add utility scripts
- add utility scripts
- add logger
- add cmd

View File

@ -14,3 +14,10 @@ please:
settings:
api_url: https://git.front.kjuulh.io
scripts:
run:
type: shell
watch:
type: shell
test:
type: shell

5
scripts/run.sh Executable file
View File

@ -0,0 +1,5 @@
#!/usr/bin/env zsh
set -e pipefail
go run ./cmd/orbis

5
scripts/test.sh Executable file
View File

@ -0,0 +1,5 @@
#!/usr/bin/env zsh
set -e pipefail
gotestsum

6
scripts/watch.sh Executable file
View 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
View File

@ -0,0 +1 @@
exit status 1exit status 1exit status 1exit status 1