go-gorf / gorf-cli

A command line tool for Golang Rest Framework (Gorf)

Home Page:https://go-gorf.github.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

gorf-cli

Installation using go install

go install github.com/go-gorf/gorf-cli@latest

Installation using binary

Quickstart

gorf-cli init hello

Run Project

cd hello
go run .

Now look at localhost:8080/health on your browser

Add new app

CD to your apps directory

gorf-cli app newApp

Add the app to the settings.go in the project root.

About

A command line tool for Golang Rest Framework (Gorf)

https://go-gorf.github.io/


Languages

Language:Go 100.0%