summaryrefslogtreecommitdiff
path: root/src/bin/papo
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2023-11-09 07:07:16 -0300
committerEuAndreh <eu@euandre.org>2023-11-09 07:07:16 -0300
commitdcb0302fd2c0cc170fc3a699e9787972d79a74dd (patch)
tree72c67333753b2350c36ed352ef1c40ee2afee6c4 /src/bin/papo
parentInitial project structure (diff)
downloadpapod-dcb0302fd2c0cc170fc3a699e9787972d79a74dd.tar.gz
papod-dcb0302fd2c0cc170fc3a699e9787972d79a74dd.tar.xz
TODOs.md: Add #td-faae1d8e-4015-cb78-0fe9-d003428266c9
Diffstat (limited to 'src/bin/papo')
-rwxr-xr-xsrc/bin/papo4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/bin/papo b/src/bin/papo
new file mode 100755
index 0000000..aa602f7
--- /dev/null
+++ b/src/bin/papo
@@ -0,0 +1,4 @@
+#!/usr/bin/env node
+import { main } from "papo";
+
+(async () => await main())();