https://github.com/deviavir/instio
Instantly generate Golang CMS with API on the fly.
https://github.com/deviavir/instio
Last synced: over 1 year ago
JSON representation
Instantly generate Golang CMS with API on the fly.
- Host: GitHub
- URL: https://github.com/deviavir/instio
- Owner: DeviaVir
- License: apache-2.0
- Created: 2022-02-18T09:26:13.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-03-13T13:39:02.000Z (over 4 years ago)
- Last Synced: 2025-02-07T18:32:07.590Z (over 1 year ago)
- Language: Go
- Size: 1.47 MB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# instio
Instantly generate Golang CMS framework components, paired with an easy to use API.
### Usage
### Local Development
Run local version:
```
$ bazel run --run_under "cd $PWD && " //cmd/instio:instio -- --hostname 0.0.0.0 run
```
Update go dependencies:
```
$ go mod tidy
```
Update dependencies from `go.mod`:
```
$ bazel run //:gazelle -- update-repos -from_file=go.mod -to_macro=DEPS.bzl%go_deps
```
### Inspiration
Heavily inspired by [ponzu](https://github.com/ponzu-cms/ponzu).