Skip to content

Commit

Permalink
feat: replaced terminal-kit with readline & fs/promises (#12)
Browse files Browse the repository at this point in the history
  • Loading branch information
TimPietrusky committed Apr 5, 2023
1 parent fc5b7a1 commit cc3fa82
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 152 deletions.
5 changes: 3 additions & 2 deletions generation-000.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,12 @@
* CHANGELOG:
* Generation 0: implement base script
*/
import terminalKit from "terminal-kit";
import readline from "node:readline";
import logUpdate from "log-update";
import fs from "node:fs/promises";
import { generations, evolve } from "./base.js";

const generation = 0;
const { terminal } = terminalKit;

async function run() {
// App logic
Expand Down
149 changes: 0 additions & 149 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@
"open": "9.1.0",
"openai": "3.2.1",
"ora": "6.3.0",
"terminal-kit": "2.11.7",
"uuid": "9.0.0"
},
"lint-staged": {
Expand Down

0 comments on commit cc3fa82

Please sign in to comment.