UNPKG

@gld5000-cli/script-selector

Version:

Builds a CLI menu to select and run your NPM package.json scripts

8 lines (5 loc) 244 B
#!/usr/bin/env node import { runSelectedScript } from "../src/util/selectPackageScripts.mjs"; import { logTimestampArrow } from "@gld5000k/timestamp"; logTimestampArrow(); await runSelectedScript(process.argv[2], process.argv[3]);