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

[ci] format

authored by

natemoo-re and committed by
github-actions[bot]
(May 9, 2025, 1:22 AM UTC) 4eb5ee8c f45e4322

+2 -8
+1 -4
packages/core/package.json
··· 21 21 "url": "https://github.com/bombshell-dev/clack/issues" 22 22 }, 23 23 "homepage": "https://github.com/bombshell-dev/clack/tree/main/packages/core#readme", 24 - "files": [ 25 - "dist", 26 - "CHANGELOG.md" 27 - ], 24 + "files": ["dist", "CHANGELOG.md"], 28 25 "keywords": [ 29 26 "ask", 30 27 "clack",
+1 -4
packages/prompts/package.json
··· 21 21 "url": "https://github.com/bombshell-dev/clack/issues" 22 22 }, 23 23 "homepage": "https://github.com/bombshell-dev/clack/tree/main/packages/prompts#readme", 24 - "files": [ 25 - "dist", 26 - "CHANGELOG.md" 27 - ], 24 + "files": ["dist", "CHANGELOG.md"], 28 25 "author": { 29 26 "name": "Nate Moore", 30 27 "email": "nate@natemoo.re",