Make Feynman a standalone CLI

This commit is contained in:
Advait Paliwal
2026-03-20 11:11:15 -07:00
parent 1fe1ce04a5
commit 1e68c872df
7 changed files with 137 additions and 17 deletions

2
bin/feynman.js Executable file
View File

@@ -0,0 +1,2 @@
#!/usr/bin/env node
import "../dist/index.js";