{"id":15077889,"url":"https://github.com/starter-collective/starter-lib-ts","last_synced_at":"2026-03-09T04:32:55.625Z","repository":{"id":255135711,"uuid":"848629449","full_name":"starter-collective/starter-lib-ts","owner":"starter-collective","description":"TypeScript library starter template, provides VitePress documentation, supports building ESM, CJS and IIFE formats.","archived":false,"fork":false,"pushed_at":"2025-05-09T02:30:10.000Z","size":382,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-09-23T19:26:12.167Z","etag":null,"topics":["cjs","docs","eslint","esm","i18n","iife","library","npm","pnpm","starter","template","tsup","typescript","vitepress","vitest"],"latest_commit_sha":null,"homepage":"https://starter-lib-ts.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/starter-collective.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2024-08-28T05:41:22.000Z","updated_at":"2025-07-15T18:05:01.000Z","dependencies_parsed_at":"2024-08-28T07:52:42.880Z","dependency_job_id":"28c8a7ee-db2c-4fe8-be48-52b4826e3c3e","html_url":"https://github.com/starter-collective/starter-lib-ts","commit_stats":null,"previous_names":["templates-collective/starter-lib-ts","starter-collective/starter-lib-ts","starter-collective/starter-ts"],"tags_count":5,"template":true,"template_full_name":null,"purl":"pkg:github/starter-collective/starter-lib-ts","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/starter-collective%2Fstarter-lib-ts","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/starter-collective%2Fstarter-lib-ts/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/starter-collective%2Fstarter-lib-ts/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/starter-collective%2Fstarter-lib-ts/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/starter-collective","download_url":"https://codeload.github.com/starter-collective/starter-lib-ts/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/starter-collective%2Fstarter-lib-ts/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30283425,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-09T02:57:19.223Z","status":"ssl_error","status_checked_at":"2026-03-09T02:56:26.373Z","response_time":61,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["cjs","docs","eslint","esm","i18n","iife","library","npm","pnpm","starter","template","tsup","typescript","vitepress","vitest"],"created_at":"2024-09-25T04:33:31.864Z","updated_at":"2026-03-09T04:32:55.583Z","avatar_url":"https://github.com/starter-collective.png","language":"TypeScript","funding_links":[],"categories":["typescript"],"sub_categories":[],"readme":"# TypeScript Library Starter Template\n\n[![GitHub Release Version](https://img.shields.io/github/v/release/starter-collective/starter-lib-ts?label=Release\u0026color=%42b883)](https://github.com/starter-collective/starter-lib-ts/releases)\n[![NPM Version](https://img.shields.io/npm/v/starter-lib-ts?style=flat\u0026label=npm\u0026color=%42b883)](https://www.npmjs.com/package/starter-lib-ts)\n[![Build Status](https://github.com/starter-collective/starter-lib-ts/actions/workflows/ci.yml/badge.svg?branch=main\u0026color=%42b883)](https://github.com/starter-collective/starter-lib-ts/actions/workflows/ci.yml)\n[![Netlify Status](https://api.netlify.com/api/v1/badges/6b182d34-7d30-4206-aad9-9789d1c8ed11/deploy-status)](https://app.netlify.com/sites/starter-lib-ts/deploys)\n\nTypeScript library starter template, provides VitePress documentation, supports building ESM, CJS and IIFE formats.\n\n- [Live Demo](https://starter-lib-ts.netlify.app/)\n- [Play on Stackblitz](https://stackblitz.com/github/starter-collective/starter-lib-ts)\n\n## Features\n\n- Build package with [tsup](https://tsup.egoist.dev/) - Bundle your TypeScript library with no config.\n- Out-of-the-box unit testing with [Vitest](https://github.com/vitest-dev/vitest).\n- [VitePress](https://vitepress.dev/) documentation - Deploy on [Netlify](https://app.netlify.com/) with zero-config, supports other deployment methods as well.\n- Manage versions using the [bumpp](https://github.com/antfu-collective/bumpp), and publish to npm with zero-configPublish to [npm](https://www.npmjs.com) with zero-config.\n\n## Usage\n\n[Create a repo](https://github.com/starter-collective/starter-lib-ts/generate) from this template on GitHub.\n\n```bash\ngit clone \u003cgit remote url\u003e\n```\n\nInstall npm dependencies.\n\n```bash\ncd starter-lib-ts # Or your project directory\n\npnpm i # If you don't have pnpm installed, run: npm install -g pnpm\n```\n\nJust run `dev` script to build your files.\n\n```bash\npnpm dev\n```\n\nOpen documentation for the library, you can run:\n\n```bash\npnpm docs:dev\n```\n\nTo build the library, you can run:\n\n```bash\npnpm build\n```\n\nIf you want to publish it, you can run:\n\n```bash\npnpm release\n```\n\n## Clean Template\n\nIf you prefer to do it manually with the cleaner git history:\n\n```bash\nnpx degit starter-collective/starter-lib-ts\n\ncd starter-lib-ts\n\npnpm i # If you don't have pnpm installed, run: npm install -g pnpm\n```\n\nWhen you use this template, try follow the checklist to update your info properly:\n\n- [ ] Change the package name in `package.json` and the global `iife` variable in `tsup.config.ts`.\n- [ ] Update the website information, favicon, and logo icons in `docs/*`.\n\n## License\n\n[MIT License](./LICENSE) © 2024-PRESENT [Kieran Wang](https://github.com/kieranwv/)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstarter-collective%2Fstarter-lib-ts","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fstarter-collective%2Fstarter-lib-ts","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstarter-collective%2Fstarter-lib-ts/lists"}