Skip to content
/ gotei Public

A newer version of gotei with more features

Notifications You must be signed in to change notification settings

foecum/gotei

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Gotei

A live reload tool for development web apps written in go.

installation

Install dependencies for the boilerplate app (I need to automate this part)

github.com/gorilla/mux
github.com/gorilla/websocket

Install Gotei

go get github.com/foecum/gotei

Usage

Restart app automatically when you make changes

cd <project folder>
gotei run

To build the app to the go path bin folder

cd <project folder>
gotei install

To build the app in to the source folder

cd <project folder>
gotei install

To create a simple boilerplate web app

The Structure includes a controller, a router and a simple model

cd <project folder>
gotei new <appname>

TODO

  1. Add options to specify enviroment variables eg IP, PORT...
  2. Add flags like test to run tests before every build e.t.c...

About

A newer version of gotei with more features

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages