frameworks

package
v0.1.9 Latest Latest
Warning

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

Go to latest
Published: Oct 7, 2025 License: MIT Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var All = []Framework{
	{Name: "express-js", UseOfficial: false, TemplateDir: "express-js"},
	{Name: "express-ts", UseOfficial: false, TemplateDir: "express-ts"},
	{Name: "fastapi", UseOfficial: false, TemplateDir: "fastapi"},
	{Name: "gin", UseOfficial: false, TemplateDir: "gin"},
	{Name: "fiber", UseOfficial: false, TemplateDir: "fiber"},

	{Name: "hono", UseOfficial: true, CliCommand: []string{"npx", "create-hono@latest"}},
	{Name: "nextjs", UseOfficial: true, CliCommand: []string{"npx", "create-next-app@latest"}},
	{Name: "nestjs", UseOfficial: true, CliCommand: []string{"npx", "@nestjs/cli", "new"}},
}

Functions

This section is empty.

Types

type Framework

type Framework struct {
	Name        string
	UseOfficial bool
	CliCommand  []string
	TemplateDir string
}

Jump to

Keyboard shortcuts

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