cli

package
v0.0.0-...-4714b31 Latest Latest
Warning

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

Go to latest
Published: Nov 26, 2025 License: MIT Imports: 20 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var Registry = map[string]Stack{
	"express":  express.New(),
	"nextjs":   nextjs.New(),
	"mongodb":  mongodb.New(),
	"firebase": firebase.New(),
	"none":     nil,
}

Functions

func Execute

func Execute() error

func GetFactory

func GetFactory(key string) (stacks.Stack, error)

Types

type InitParams

type InitParams struct {
	Name         string
	Description  string
	Remote       string
	Private      bool
	Database_URI string
	UseGitHub    bool
}

type Stack

type Stack = stacks.Stack

type Step

type Step struct {
	Name string
	Fn   func() error
}

Jump to

Keyboard shortcuts

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