turbo-editors/turbo-jspublic Fork 0
3541d0a7502339a318371eba31ebefcf4ebb0ab5
Commits
Clone
git clone https://git.rickub.com/turbo-editors/turbo-js.git
git clone ssh://git@rickub.com/turbo-editors/turbo-js.git

Host key fingerprint (ed25519): SHA256:iycHnxEyq0Q7uyVpB7JlznP0G7JrTPXLYRcAU5CSLhc — verify it before your first connect.

📦 Turbo JS 3541d0a · on 3541d0a7502339a318371eba31ebefcf4ebb0ab5 · k33g · 11h ago
go.mod · 24 lines · 841 BAMPL Blame HistoryRaw
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
module rickub.com/turbo-editors/turbo-js

go 1.26.1

require (
	github.com/gdamore/tcell/v2 v2.13.10
	rickub.com/turbo-editors/turbo-core v1.0.2
)

require (
	github.com/BurntSushi/toml v1.6.0 // indirect
	github.com/gdamore/encoding v1.0.1 // indirect
	github.com/lucasb-eyer/go-colorful v1.3.0 // indirect
	github.com/rivo/uniseg v0.4.7 // indirect
	golang.org/x/sys v0.38.0 // indirect
	golang.org/x/term v0.37.0 // indirect
	golang.org/x/text v0.31.0 // indirect
)

// turbo-core is developed alongside the editors that use it. Point this at the
// checkout beside this one so the whole family builds from a clean clone of the
// repositories; drop it once the version above is tagged and published. Prefer
// `go work init . ../turbo-core`, which changes no tracked file.
// replace rickub.com/turbo-editors/turbo-core => ../turbo-core