zinc

package module
v0.0.0-...-425c5d8 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 17, 2024 License: Apache-2.0 Imports: 10 Imported by: 0

README

Zinc

Fullstack Go Tooling

Installation

Install from releases

Usage

Create a new application

zinc create

Run the application

zinc run

Now open http://localhost:3000

Flags

  1. --no-git - Don't initialize git repository

Example

zinc create --no-git
  1. --css - Tailwind CSS file
zinc run --css static/css/tailwind.css

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type App

type App struct {
	Server        *echo.Echo
	Addr          string
	TotalHandlers uint32
	Context       context.Context
}

func New

func New() *App

func (*App) Start

func (a *App) Start(baseURL ...string) error

Directories

Path Synopsis
cmd
internal
cli

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL