tsig

command module
v0.1.3 Latest Latest
Warning

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

Go to latest
Published: Nov 30, 2025 License: MIT Imports: 9 Imported by: 0

README

TSIG

Typescript Index Generator written in pure Go

Install

go install github.com/daarxwalker/tsig@latest

Config

  • default config filename tsig.json
  • subdir can have different option
{
    "root": "../",
    "options": [
        {
            "dir": "src/components",
            "export": "single",
            "recursive": true
        },
        {
            "dir": "src/components/style",
            "export": "all",
            "recursive": false
        }
    ]
}

Usage

Default
tsig
With a custom config path
tsig -config=tsig.json

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

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