nodetime

package
v0.27.2 Latest Latest
Warning

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

Go to latest
Published: Oct 18, 2023 License: Apache-2.0 Imports: 7 Imported by: 0

Documentation

Overview

Package nodetime provides a single, and standalone NodeJS runtime executable that contains several NodeJS CLI programs bundled inside where those are reachable via subcommands. the CLI bundled programs are the ones that needed by Ignite CLI and more can be added as needed.

Index

Constants

View Source
const (
	// CommandTSProto is https://github.com/stephenh/ts-proto.
	CommandTSProto CommandName = "ts-proto"

	// CommandSTA is https://github.com/acacode/swagger-typescript-api.
	CommandSTA CommandName = "sta"

	// CommandSwaggerCombine is https://www.npmjs.com/package/swagger-combine.
	CommandSwaggerCombine CommandName = "swagger-combine"

	// CommandIBCSetup is https://github.com/confio/ts-relayer/blob/main/spec/ibc-setup.md.
	CommandIBCSetup = "ibc-setup"

	// CommandIBCRelayer is https://github.com/confio/ts-relayer/blob/main/spec/ibc-relayer.md.
	CommandIBCRelayer = "ibc-relayer"

	// CommandXRelayer is a relayer wrapper for Ignite CLI made using the confio relayer.
	CommandXRelayer = "xrelayer"
)

the list of CLIs included.

Variables

This section is empty.

Functions

func Binary

func Binary() []byte

Binary returns the binary bytes of the executable.

func Command

func Command(c CommandName) (command []string, cleanup func(), err error)

Command setups the nodetime binary and returns the command needed to execute c.

Types

type CommandName

type CommandName string

CommandName represents a high level command under nodetime.

Directories

Path Synopsis
programs
sta
Package sta provides access to swagger-typescript-api CLI.
Package sta provides access to swagger-typescript-api CLI.
ts-proto
Package tsproto provides access to protoc-gen-ts_proto protoc plugin.
Package tsproto provides access to protoc-gen-ts_proto protoc plugin.

Jump to

Keyboard shortcuts

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