{"id":27404408,"url":"https://github.com/stacksjs/ts-prompts","last_synced_at":"2025-04-14T05:28:47.265Z","repository":{"id":287631202,"uuid":"965316275","full_name":"stacksjs/ts-prompts","owner":"stacksjs","description":"🎨 Pretty command-line applications.","archived":false,"fork":false,"pushed_at":"2025-04-13T00:10:09.000Z","size":460,"stargazers_count":1,"open_issues_count":1,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-04-13T00:18:22.984Z","etag":null,"topics":["application","bun","cli","library","nodejs","prompts","typescript"],"latest_commit_sha":null,"homepage":"https://ts-prompts.netlify.app","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/stacksjs.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":".github/CONTRIBUTING.md","funding":".github/FUNDING.yml","license":"LICENSE.md","code_of_conduct":".github/CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":".github/SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null},"funding":{"github":["stacksjs","chrisbbreuer"],"open_collective":"stacksjs"}},"created_at":"2025-04-12T22:14:33.000Z","updated_at":"2025-04-13T00:10:12.000Z","dependencies_parsed_at":"2025-04-13T00:18:26.715Z","dependency_job_id":"77884447-a231-4e27-b384-25443c44452e","html_url":"https://github.com/stacksjs/ts-prompts","commit_stats":null,"previous_names":["stacksjs/ts-prompts"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stacksjs%2Fts-prompts","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stacksjs%2Fts-prompts/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stacksjs%2Fts-prompts/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stacksjs%2Fts-prompts/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/stacksjs","download_url":"https://codeload.github.com/stacksjs/ts-prompts/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248826273,"owners_count":21167652,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["application","bun","cli","library","nodejs","prompts","typescript"],"created_at":"2025-04-14T05:28:46.628Z","updated_at":"2025-04-14T05:28:47.259Z","avatar_url":"https://github.com/stacksjs.png","language":"TypeScript","funding_links":["https://github.com/sponsors/stacksjs","https://github.com/sponsors/chrisbbreuer","https://opencollective.com/stacksjs"],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\u003cimg src=\".github/art/cover.jpg\" alt=\"Social Card of this repo\"\u003e\u003c/p\u003e\n\n[![npm version][npm-version-src]][npm-version-href]\n[![GitHub Actions][github-actions-src]][github-actions-href]\n[![Commitizen friendly](https://img.shields.io/badge/commitizen-friendly-brightgreen.svg)](http://commitizen.github.io/cz-cli/)\n\u003c!-- [![npm downloads][npm-downloads-src]][npm-downloads-href] --\u003e\n\u003c!-- [![Codecov][codecov-src]][codecov-href] --\u003e\n\n# ts-prompts\n\nThis is an opinionated TypeScript Starter kit to help kick-start development of your next Bun package.\n\n## Features\n\nThis Starter Kit comes pre-configured with the following:\n\n- 🛠️ [Powerful Build Process](https://github.com/oven-sh/bun) - via Bun\n- 💪🏽 [Fully Typed APIs](https://www.typescriptlang.org/) - via TypeScript\n- 📚 [Documentation-ready](https://vitepress.dev/) - via VitePress\n- ⌘ [CLI \u0026 Binary](https://www.npmjs.com/package/bunx) - via Bun \u0026 CAC\n- 🧪 [Built With Testing In Mind](https://bun.sh/docs/cli/test) - pre-configured unit-testing powered by [Bun](https://bun.sh/docs/cli/test)\n- 🤖 [Renovate](https://renovatebot.com/) - optimized \u0026 automated PR dependency updates\n- 🎨 [ESLint](https://eslint.org/) - for code linting _(and formatting)_\n- 📦️ [pkg.pr.new](https://pkg.pr.new) - Continuous (Preview) Releases for your libraries\n- 🐙 [GitHub Actions](https://github.com/features/actions) - runs your CI _(fixes code style issues, tags releases \u0026 creates its changelogs, runs the test suite, etc.)_\n- 🚀 [Stacks.js Onboarding](https://stacks.js.org) - Interactive CLI for setting up Stacks.js projects\n\n## Get Started\n\nIt's rather simple to get your package development started:\n\n```bash\n# you may use this GitHub template or the following command:\nbunx degit stacksjs/ts-prompts my-pkg\ncd my-pkg\n\nbun i # install all deps\nbun run build # builds the library for production-ready use\n\n# after you have successfully committed, you may create a \"release\"\nbun run release # automates git commits, versioning, and changelog generations\n```\n\n_Check out the package.json scripts for more commands._\n\n## Stacks.js Setup\n\nTo create a new Stacks.js project using the interactive onboarding process:\n\n```bash\n# Using npx\nnpx ts-prompts create-stacks\n\n# Or after installing globally\nnpm install -g ts-prompts\nstacks-init\n```\n\nThe CLI will guide you through the setup process, allowing you to configure:\n\n- Project name and description\n- Database type (PostgreSQL, MySQL, SQLite, MongoDB)\n- Features to include (Authentication, APIs, Admin Dashboard, etc.)\n- TypeORM integration\n- Git initialization\n- Dependency installation\n\nAfter completing the wizard, you'll have a fully configured Stacks.js project ready for development.\n\n## Testing\n\n```bash\nbun test\n```\n\n## Changelog\n\nPlease see our [releases](https://github.com/stackjs/ts-prompts/releases) page for more information on what has changed recently.\n\n## Contributing\n\nPlease see [CONTRIBUTING](.github/CONTRIBUTING.md) for details.\n\n## Community\n\nFor help, discussion about best practices, or any other conversation that would benefit from being searchable:\n\n[Discussions on GitHub](https://github.com/stacksjs/ts-prompts/discussions)\n\nFor casual chit-chat with others using this package:\n\n[Join the Stacks Discord Server](https://discord.gg/stacksjs)\n\n## Postcardware\n\n\"Software that is free, but hopes for a postcard.\" We love receiving postcards from around the world showing where Stacks is being used! We showcase them on our website too.\n\nOur address: Stacks.js, 12665 Village Ln #2306, Playa Vista, CA 90094, United States 🌎\n\n## Sponsors\n\nWe would like to extend our thanks to the following sponsors for funding Stacks development. If you are interested in becoming a sponsor, please reach out to us.\n\n- [JetBrains](https://www.jetbrains.com/)\n- [The Solana Foundation](https://solana.com/)\n\n## License\n\nThe MIT License (MIT). Please see [LICENSE](LICENSE.md) for more information.\n\nMade with 💙\n\n\u003c!-- Badges --\u003e\n[npm-version-src]: https://img.shields.io/npm/v/ts-prompts?style=flat-square\n[npm-version-href]: https://npmjs.com/package/ts-prompts\n[github-actions-src]: https://img.shields.io/github/actions/workflow/status/stacksjs/ts-prompts/ci.yml?style=flat-square\u0026branch=main\n[github-actions-href]: https://github.com/stacksjs/ts-prompts/actions?query=workflow%3Aci\n\n\u003c!-- [codecov-src]: https://img.shields.io/codecov/c/gh/stacksjs/ts-prompts/main?style=flat-square\n[codecov-href]: https://codecov.io/gh/stacksjs/ts-prompts --\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstacksjs%2Fts-prompts","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fstacksjs%2Fts-prompts","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstacksjs%2Fts-prompts/lists"}