[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
5

Configure Feed

Select the types of activity you want to include in your feed.

cleanup

Nate Moore (Feb 8, 2023, 5:15 PM -0600) 609af1f2 7c31cfb3

+1 -5
+1 -5
packages/core/package.json
··· 5 5 "exports": { 6 6 ".": "./index.ts" 7 7 }, 8 - "scripts": { 9 - "start": "tsx ./index.ts" 10 - }, 11 8 "dependencies": { 12 9 "picocolors": "^1.0.0", 13 - "sisteransi": "^1.0.5", 14 - "strip-ansi": "^7.0.1" 10 + "sisteransi": "^1.0.5" 15 11 } 16 12 }