Skip to content

Commit b1cfa3c

Browse files
committed
feat: Added executable node file to run CLI
1 parent 23f2208 commit b1cfa3c

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

bin/bin.ts

Whitespace-only changes.

bin/code-executor

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
#!/usr/bin/env node
2+
3+
require('../dist/src/index').cli(process.argv);

0 commit comments

Comments
 (0)