chore: Push bin and README
Some checks failed
/ test (push) Has been cancelled

This commit is contained in:
2026-02-03 08:41:05 +00:00
parent 4a19ad3879
commit 053ca2ccac

View File

@@ -1,17 +1,3 @@
#!/bin/bash
#!/usr/bin/env node
# Get the directory where this script is located
SCRIPT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
# Find Node.js
if [ -n "$NODE_PATH" ]; then
NODE="$NODE_PATH"
elif command -v node &> /dev/null; then
NODE="node"
else
echo "Error: Node.js is not installed" >&2
exit 1
fi
# Run the CLI
exec "$NODE" "$SCRIPT_DIR/dist/index.js" "$@"
require('../dist/index.js');