Skip to content

evolidev/evoli

Repository files navigation

evoli

Color palettes: https://www.lihaoyi.com/post/BuildyourownCommandLinewithANSIescapecodes.html

Getting started

Create a main.go file with following context:

package main

import (
	"github.com/evolidev/evoli"
)

//go:generate go run main.go generate

type MyApp struct {
	*evoli.Application
}

func main() {
	app := &MyApp{}

	app.Start()
}

Next run following command go run main.go init. This command will initialize the project and creates all folders for you.

To get an command overview just run go run main.go.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages