[READ-ONLY] Mirror of https://github.com/bombshell-dev/clack. Effortlessly build beautiful command-line apps bomb.sh/docs/clack/basics/getting-started
cli command-line command-line-app node prompt prompts
Something went wrong. Try again.
JSON
at feat/search
12345678910111213141516171819{ "name": "@example/basic", "private": true, "version": "0.0.0", "type": "module", "dependencies": { "@clack/core": "workspace:*", "@clack/prompts": "workspace:*", "picocolors": "^1.0.0" }, "scripts": { "start": "jiti ./index.ts", "spinner": "jiti ./spinner.ts" }, "devDependencies": { "jiti": "^1.17.0" }}