repos / pico

pico services - prose.sh, pastes.sh, imgs.sh, feeds.sh, pgs.sh
git clone https://github.com/picosh/pico.git

commit
4e6f6f8
parent
a8f4b4e
author
Eric Bower
date
2023-11-12 17:12:05 +0000 UTC
chore: `make scripts` command
1 files changed,  +5, -0
M Makefile
+5, -0
 1@@ -100,6 +100,11 @@ store-clean:
 2 	WRITE=$(WRITE) go run ./cmd/scripts/clean-object-store/clean.go
 3 .PHONY: store-clean
 4 
 5+scripts:
 6+	# might need to set MINIO_URL
 7+	docker run --rm -it --env-file .env -v $(shell pwd):/app -w /app golang:1.21 /bin/bash
 8+.PHONY: scripts
 9+
10 fmt:
11 	go fmt ./...
12 .PHONY: format