File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22 * Sync Node.js SQLite implementation files from GitHub into this package.
33 *
44 * Usage:
5- * node scripts/sync-from-node.mjs [options]
5+ * npx tsx scripts/sync-from-node.ts [options]
66 *
77 * Options:
88 * --help, -h Show this help message
1414 * --dry-run Show what files would be downloaded without actually downloading
1515 *
1616 * Examples:
17- * node scripts/sync-from-node.mjs
18- * node scripts/sync-from-node.mjs --branch main
19- * node scripts/sync-from-node.mjs --branch v22.12.0
20- * node scripts/sync-from-node.mjs --dry-run
17+ * npx tsx scripts/sync-from-node.ts
18+ * npx tsx scripts/sync-from-node.ts --branch main
19+ * npx tsx scripts/sync-from-node.ts --branch v22.12.0
20+ * npx tsx scripts/sync-from-node.ts --dry-run
2121 */
2222
2323import { exec } from "node:child_process" ;
You can’t perform that action at this time.
0 commit comments