ts

package
v0.0.0-...-0cbfb8a Latest Latest
Warning

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

Go to latest
Published: Apr 27, 2026 License: MIT Imports: 13 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func TsCmd

func TsCmd() *cli.Command

Types

type Conf

type Conf struct {
	Parsers     Parsers `json:"parsers"`
	Queries     Queries `json:"queries"`
	QueriesPath string  `json:"queriesPath"`
}

type Parser

type Parser struct {
	Url      string `json:"url"`
	RepoPath string `json:"repoPath"`
}

type Parsers

type Parsers struct {
	InstallPath string            `json:"installPath"`
	Langs       map[string]Parser `json:"langs"`
}

type Queries

type Queries struct {
	RepoPrefix string   `json:"repoPrefix"`
	Langs      []string `json:"langs"`
}

Jump to

Keyboard shortcuts

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