{"id":17835068,"url":"https://github.com/namesmt/starter-ts","last_synced_at":"2025-03-19T15:30:18.441Z","repository":{"id":195311962,"uuid":"692478650","full_name":"NamesMT/starter-ts","owner":"NamesMT","description":"Opinionated starter template for TypeScript library (DevContainer included)","archived":false,"fork":false,"pushed_at":"2024-10-29T17:27:56.000Z","size":384,"stargazers_count":4,"open_issues_count":3,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2024-10-29T18:50:56.555Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","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/NamesMT.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}},"created_at":"2023-09-16T15:50:52.000Z","updated_at":"2024-10-16T02:15:14.000Z","dependencies_parsed_at":"2023-09-17T12:32:27.244Z","dependency_job_id":"31ceb847-b5c5-4615-8d00-9f7ee1634e9a","html_url":"https://github.com/NamesMT/starter-ts","commit_stats":null,"previous_names":["namesmt/starter-ts"],"tags_count":0,"template":true,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NamesMT%2Fstarter-ts","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NamesMT%2Fstarter-ts/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NamesMT%2Fstarter-ts/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NamesMT%2Fstarter-ts/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/NamesMT","download_url":"https://codeload.github.com/NamesMT/starter-ts/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244453654,"owners_count":20455253,"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":[],"created_at":"2024-10-27T20:16:44.620Z","updated_at":"2025-03-19T15:30:18.003Z","avatar_url":"https://github.com/NamesMT.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# starter-ts ![TypeScript heart icon](https://img.shields.io/badge/♡-%23007ACC.svg?logo=typescript\u0026logoColor=white)\n\n[![npm version][npm-version-src]][npm-version-href]\n[![npm downloads][npm-downloads-src]][npm-downloads-href]\n[![Codecov][codecov-src]][codecov-href]\n[![Bundlejs][bundlejs-src]][bundlejs-href]\n[![jsDocs.io][jsDocs-src]][jsDocs-href]\n\n**starter-ts** is my starter/boilerplate for typescript projects.  \nThis template assumes you are using Linux, or the included Dev Container.\n\n### Notes (remove this section when you use the template)\n#### * Do a global replace for `starter-ts` and `NamesMT`\n\n#### * Notable behavior:\n- [antfu/eslint-config](https://github.com/antfu/eslint-config)\n  - Style error silencing is commented out\n\n#### * Script: `play` vs `play:useBuild` for playground testing?\n- `play` script uses `unbuild`'s [passive watcher (stub mode)](https://github.com/unjs/unbuild#-passive-watcher), which allows you to execute new code **live** without rebuilding the project. The cons is TS declarations are not available.\n- `play:useBuild` builds a static version of the package, useful for testing the actual look/behavior when shipping.\n### END NOTE\n\n## Features\n- [x] TypeScript ready!\n\n## Usage\n### Install package:\n```sh\n# npm\nnpm install starter-ts\n\n# yarn\nyarn add starter-ts\n\n# pnpm (recommended)\npnpm install starter-ts\n```\n\n### Import:\n```ts\n// ESM\nimport { hello } from 'starter-ts'\n```\n\n## Roadmap\n- [ ] Become the legendary 10000x developer\n\n## License [![License][license-src]][license-href]\n[MIT](./LICENSE) License © 2024 [NamesMT](https://github.com/NamesMT)\n\n\u003c!-- Badges --\u003e\n\n[npm-version-src]: https://img.shields.io/npm/v/starter-ts?labelColor=18181B\u0026color=F0DB4F\n[npm-version-href]: https://npmjs.com/package/starter-ts\n[npm-downloads-src]: https://img.shields.io/npm/dm/starter-ts?labelColor=18181B\u0026color=F0DB4F\n[npm-downloads-href]: https://npmjs.com/package/starter-ts\n[codecov-src]: https://img.shields.io/codecov/c/gh/namesmt/starter-ts/main?labelColor=18181B\u0026color=F0DB4F\n[codecov-href]: https://codecov.io/gh/namesmt/starter-ts\n[license-src]: https://img.shields.io/github/license/namesmt/starter-ts.svg?labelColor=18181B\u0026color=F0DB4F\n[license-href]: https://github.com/namesmt/starter-ts/blob/main/LICENSE\n[bundlejs-src]: https://img.shields.io/bundlejs/size/starter-ts?labelColor=18181B\u0026color=F0DB4F\n[bundlejs-href]: https://bundlejs.com/?q=starter-ts\n[jsDocs-src]: https://img.shields.io/badge/Check_out-jsDocs.io---?labelColor=18181B\u0026color=F0DB4F\n[jsDocs-href]: https://www.jsdocs.io/package/starter-ts\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnamesmt%2Fstarter-ts","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnamesmt%2Fstarter-ts","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnamesmt%2Fstarter-ts/lists"}