{"id":19002595,"url":"https://github.com/younho9/typescript-esm-starter","last_synced_at":"2026-05-07T09:31:20.679Z","repository":{"id":100029016,"uuid":"439596091","full_name":"younho9/typescript-esm-starter","owner":"younho9","description":"Personal TypeScript ES module starter template","archived":false,"fork":false,"pushed_at":"2021-12-20T08:26:06.000Z","size":6,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-17T14:29:46.230Z","etag":null,"topics":["esm","esmodule","starter","starter-template","ts","typescript","typescript-starter"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","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/younho9.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":"2021-12-18T11:19:32.000Z","updated_at":"2021-12-20T11:50:11.000Z","dependencies_parsed_at":"2023-05-11T19:45:14.541Z","dependency_job_id":null,"html_url":"https://github.com/younho9/typescript-esm-starter","commit_stats":null,"previous_names":[],"tags_count":0,"template":true,"template_full_name":null,"purl":"pkg:github/younho9/typescript-esm-starter","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/younho9%2Ftypescript-esm-starter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/younho9%2Ftypescript-esm-starter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/younho9%2Ftypescript-esm-starter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/younho9%2Ftypescript-esm-starter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/younho9","download_url":"https://codeload.github.com/younho9/typescript-esm-starter/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/younho9%2Ftypescript-esm-starter/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32731196,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-07T02:14:30.463Z","status":"ssl_error","status_checked_at":"2026-05-07T02:14:29.405Z","response_time":62,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: 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":["esm","esmodule","starter","starter-template","ts","typescript","typescript-starter"],"created_at":"2024-11-08T18:15:27.925Z","updated_at":"2026-05-07T09:31:20.674Z","avatar_url":"https://github.com/younho9.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# @younho9/typescript-esm-starter\n\n[![CI](https://github.com/younho9/typescript-esm-starter/actions/workflows/main.yml/badge.svg)](https://github.com/younho9/typescript-esm-starter/actions/workflows/main.yml)\n[![XO code style](https://img.shields.io/badge/code_style-XO-5ed9c7.svg)](https://github.com/xojs/xo)\n[![Conventional Commits](https://img.shields.io/badge/Conventional%20Commits-1.0.0-yellow.svg)](https://conventionalcommits.org)\n\n\u003e Personal TypeScript ES module starter template\n\n## Getting Started\n\n- Click the [Use this template](https://github.com/younho9/typescript-esm-starter/generate) button.\n- Using [Yeoman generator](https://github.com/younho9/generator-typescript-esm)\n\n## Features\n\n- [Pure ESM package](https://gist.github.com/sindresorhus/a39789f98801d908bbc7ff3ecc99d99c)\n- [Ignore Lockfiles](https://github.com/sindresorhus/ama/issues/479#issuecomment-310661514)\n- Lint code via [XO](https://github.com/xojs/xo#readme)\n- Lint commit message via [commitlint](https://github.com/conventional-changelog/commitlint) using [`@commitlint/config-conventional`](https://github.com/conventional-changelog/commitlint/tree/master/%40commitlint/config-conventional#readme)\n- Unit Test via [AVA](https://github.com/avajs/ava#readme)\n- Test type definition via [tsd](https://github.com/SamVerschueren/tsd#readme)\n- [GitHub Actions CI](https://github.com/younho9/typescript-esm-starter/blob/main/.github/workflows/main.yml) for commits and pull requests\n- Git hooks via [husky](https://github.com/typicode/husky#readme)\n  - `pre-commit`: Lint \u0026 Test code \u0026 Test type definition\n  - `commit-msg`: Lint commit message\n- Simple [Visual Studio Code configs](https://github.com/younho9/typescript-esm-starter/tree/main/.vscode)\n\n## LICENSE\n\n[MIT](LICENSE)\n\n---\n\nREMOVE ABOVE CONTENTS\n\n---\n\n# My Awesome Module\n\n[![CI](https://github.com/younho9/my-awesome-module/actions/workflows/main.yml/badge.svg)](https://github.com/younho9/my-awesome-module/actions/workflows/main.yml)\n[![XO code style](https://img.shields.io/badge/code_style-XO-5ed9c7.svg)](https://github.com/xojs/xo)\n[![Conventional Commits](https://img.shields.io/badge/Conventional%20Commits-1.0.0-yellow.svg)](https://conventionalcommits.org)\n\n\u003e Lorem ipsum dolor sit amet\n\n## Install\n\n```sh\n$ npm install my-awesome-module\n```\n\n## Usage\n\n```ts\nimport greet from \"my-awesome-module\";\n\ngreet(\"username\");\n//=\u003e 'Hello username'\n```\n\n## LICENSE\n\n[MIT](LICENSE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyounho9%2Ftypescript-esm-starter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fyounho9%2Ftypescript-esm-starter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyounho9%2Ftypescript-esm-starter/lists"}