Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: replaced terminal-kit with readline & fs/promises #12

Merged
merged 1 commit into from
Apr 5, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
feat: replaced terminal-kit with readline & fs/promises
  • Loading branch information
TimPietrusky committed Apr 5, 2023
commit 18f9ca2ba6298ddb89ffd50f403d12764ecb216a
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