{"id":50449241,"url":"https://github.com/arshad-shah/clif","last_synced_at":"2026-05-31T23:05:14.191Z","repository":{"id":358474070,"uuid":"1241525894","full_name":"arshad-shah/clif","owner":"arshad-shah","description":"Tiny, zero-dependency CLI framework with beautiful output and a composable API.","archived":false,"fork":false,"pushed_at":"2026-05-30T07:18:11.000Z","size":467,"stargazers_count":0,"open_issues_count":5,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-05-30T09:10:27.930Z","etag":null,"topics":["cli","colors","framework","nodejs","prompts","spinner","terminal","typescript","zero-dependency"],"latest_commit_sha":null,"homepage":"https://clif.arshadshah.com","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/arshad-shah.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-05-17T13:56:29.000Z","updated_at":"2026-05-17T23:56:39.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/arshad-shah/clif","commit_stats":null,"previous_names":["arshad-shah/clif"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/arshad-shah/clif","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arshad-shah%2Fclif","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arshad-shah%2Fclif/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arshad-shah%2Fclif/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arshad-shah%2Fclif/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/arshad-shah","download_url":"https://codeload.github.com/arshad-shah/clif/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arshad-shah%2Fclif/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33752297,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-05-31T02:00:06.040Z","response_time":95,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["cli","colors","framework","nodejs","prompts","spinner","terminal","typescript","zero-dependency"],"created_at":"2026-05-31T23:05:13.455Z","updated_at":"2026-05-31T23:05:14.181Z","avatar_url":"https://github.com/arshad-shah.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# clif\n\n[![CI](https://github.com/arshad-shah/clif/actions/workflows/ci.yml/badge.svg)](https://github.com/arshad-shah/clif/actions/workflows/ci.yml)\n[![Release](https://github.com/arshad-shah/clif/actions/workflows/release.yml/badge.svg)](https://github.com/arshad-shah/clif/actions/workflows/release.yml)\n[![npm version](https://img.shields.io/npm/v/@arshad-shah/clif?logo=npm)](https://www.npmjs.com/package/@arshad-shah/clif)\n[![npm downloads](https://img.shields.io/npm/dm/@arshad-shah/clif?logo=npm\u0026color=cb3837)](https://www.npmjs.com/package/@arshad-shah/clif)\n[![bundle size](https://img.shields.io/bundlejs/size/@arshad-shah/clif?label=bundle\u0026color=f5c76a)](https://bundlejs.com/?q=@arshad-shah/clif)\n[![License: MIT](https://img.shields.io/npm/l/@arshad-shah/clif?color=blue)](./LICENSE)\n[![pnpm](https://img.shields.io/badge/pnpm-11-f69220?logo=pnpm)](https://pnpm.io)\n[![types: included](https://img.shields.io/npm/types/@arshad-shah/clif?logo=typescript)](./packages/clif/src)\n\n\u003e Tiny, zero-dependency CLI framework with beautiful output and a composable API.\n\nThis repository is a pnpm monorepo containing the `clif` framework and its\ndocumentation site.\n\n## Packages\n\n| Package                                  | Description                                  |\n| ---------------------------------------- | -------------------------------------------- |\n| [`packages/clif`](./packages/clif)       | The framework itself. Published to npm.      |\n| [`packages/docs`](./packages/docs)       | Starlight-based documentation site.          |\n| [`packages/example`](./packages/example) | End-to-end demo CLI (`kit`) for development. |\n\n## Quick start\n\n```bash\npnpm install            # install all workspace deps\npnpm build              # build clif\npnpm test               # run all clif tests\npnpm example demo all   # exercise every renderer end-to-end\npnpm docs:dev           # serve the docs site locally\n```\n\n## Development\n\nNode and pnpm versions are pinned via both `volta` and the `packageManager`\nfield in `package.json`. If you use [Volta](https://volta.sh), `node` and\n`pnpm` switch automatically when you `cd` into the repo.\n\n```bash\npnpm lint               # Biome (JS/TS/JSON)\npnpm format             # Biome + Prettier (everything else)\npnpm typecheck          # tsc --noEmit across the workspace\npnpm changeset          # author a changeset for your PR\n```\n\n## License\n\nMIT — see [LICENSE](./LICENSE).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Farshad-shah%2Fclif","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Farshad-shah%2Fclif","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Farshad-shah%2Fclif/lists"}