Version 1.0
This commit is contained in:
+19
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"name": "tactiterm",
|
||||
"description": "A coding tutor for software engineering.",
|
||||
"packages": [
|
||||
"python@3.13",
|
||||
"nodejs@latest",
|
||||
"git",
|
||||
"curl",
|
||||
"uv",
|
||||
"gnumake"
|
||||
],
|
||||
"shell": {
|
||||
"scripts": {
|
||||
"tui": "make tui",
|
||||
"gentui": "make gentui",
|
||||
"web": "make web"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user