tools

package
v0.3.0 Latest Latest
Warning

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

Go to latest
Published: Apr 4, 2024 License: MIT Imports: 6 Imported by: 0

Documentation

Index

Constants

View Source
const DEVCONTAINER_FILE_NAME = "devcontainer"
View Source
const DOWNLOAD_URL_DEVCONTAINERS_CLI = "https://github.com/mikoto2000/devcontainers-cli/releases/download/v0.58.0-1/devcontainer-linux-x64-0.58.0-1"
View Source
const VIM_DOWNLOAD_URL = "https://github.com/vim/vim-appimage/releases/download/v9.1.0181/Vim-v9.1.0181.glibc2.29-x86_64.AppImage"

Vim のダウンロード URL

Variables

This section is empty.

Functions

This section is empty.

Types

type Tool

type Tool struct {
	FileName    string
	DownloadUrl string
	// contains filtered or unexported fields
}

ツール情報

var DEVCONTAINER Tool = Tool{
	FileName:    DEVCONTAINER_FILE_NAME,
	DownloadUrl: DOWNLOAD_URL_DEVCONTAINERS_CLI,
	// contains filtered or unexported fields
}

devcontainer/cli のツール情報

var VIM Tool = Tool{
	FileName:    "vim",
	DownloadUrl: VIM_DOWNLOAD_URL,
	// contains filtered or unexported fields
}

Vim のツール情報

func (Tool) Install

func (t Tool) Install(installDir string) (string, error)

ツールのインストールを実行

Jump to

Keyboard shortcuts

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