Create CLI scaffolding

This commit is contained in:
2025-04-01 14:35:24 +02:00
parent e1e85f4d5b
commit 9fa3b7d775
5 changed files with 61 additions and 2 deletions

View File

@@ -1,3 +1,3 @@
#!/usr/bin/env node
import { run } from "./cli";
console.log("Hello, world!");
run(...process.argv);