turbo-editors/turbo-jspublic Fork 0
91999d1bcbda40b76c2279c4825bdfe730de0d6e
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.

package.json · 10 lines · 202 BJSON Blame HistoryRaw
📦 Turbo JS 91999d1 k33g 19h ago1{
2 "name": "greeter",
3 "version": "1.0.0",
4 "description": "A small Node program to open in Turbo JS",
5 "type": "module",
6 "scripts": {
7 "start": "node main.js",
8 "test": "node --test"
9 }
10}