modulepackage
0.0.0-20241105041342-30eef250fe81
Repository: https://github.com/g-harel/npmfs.git
Documentation: pkg.go.dev
# README
npmfs
Development
$ go run main.go
Requires a least go1.11
(for go modules support) and git
to be installed.
Replace go
with gin
for auto-restarts.
Tests are run using the standard go test command (go test ./...
).
Deployment
This project is hosted on Google Cloud Platform's Cloud Run product (currently in beta).
The deployment workflow uses GitHub Actions to publish a new image and update the running service on push.