{"id":15925979,"url":"https://github.com/o-az/template-ts","last_synced_at":"2026-02-26T01:47:58.307Z","repository":{"id":228373822,"uuid":"561137405","full_name":"o-az/template-ts","owner":"o-az","description":"Node.js TypeScript template for libraries","archived":false,"fork":false,"pushed_at":"2025-04-15T11:51:56.000Z","size":316,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-15T12:45:13.947Z","etag":null,"topics":["modern-javascript","nodejs","template","typescript"],"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/o-az.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":"2022-11-03T02:58:40.000Z","updated_at":"2025-04-15T11:51:59.000Z","dependencies_parsed_at":"2024-03-18T13:50:33.004Z","dependency_job_id":"efc8764b-92f7-4790-b123-68c06748cbdd","html_url":"https://github.com/o-az/template-ts","commit_stats":null,"previous_names":["o-az/template-ts"],"tags_count":5,"template":true,"template_full_name":null,"purl":"pkg:github/o-az/template-ts","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/o-az%2Ftemplate-ts","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/o-az%2Ftemplate-ts/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/o-az%2Ftemplate-ts/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/o-az%2Ftemplate-ts/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/o-az","download_url":"https://codeload.github.com/o-az/template-ts/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/o-az%2Ftemplate-ts/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":259964327,"owners_count":22938724,"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":["modern-javascript","nodejs","template","typescript"],"created_at":"2024-10-06T22:20:52.354Z","updated_at":"2026-02-26T01:47:53.268Z","avatar_url":"https://github.com/o-az.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"_NOTE: You are welcome to ask any questions if anything is unclear. Also feel free to post a discussion_\n\n# TypeScript / Node.js Template\n\n_Requires __[Node.js LTS (v20 or later)](https://nodejs.org/en/blog/release/v20.8.1)__ and\n**[pnpm __v8__ or higher](https://pnpm.io/installation)**_\n\n---\n\n## **Stack**\n\n- `TypeScript`\n- `pnpm` package manager\n- `vitest` test runner\n- `CommonJS` and `ESM` support\n- [`tsdown`](https://github.com/rolldown/tsdown) for building (powered by [rolldown](https://github.com/rolldown/rolldown))\n- `Biome` for linting and formatting\n- CI with GitHub Actions\n- Publish to `npm` registry, GitHub Packages, Docker Hub and GitHub Container Registry with `pnpm` (see `publish.yml`)\n\n### - VSCode ready (see `.vscode`)\n\n---\n\n## Getting started\n\n### Clone repository\n\n```sh\n## using github cli\ngh repo clone o-az/template-ts \u0026\u0026 cd template-ts\n```\n\n### Install dependencies\n\n```sh\npnpm install\n```\n\n### Copy `.env.example` to `.env` and modify as needed\n\n```sh\ncp .env.example .env\n```\n\n### Run development server\n\n```sh\npnpm dev\n```\n\n### run tests\n\n```sh\npnpm test\n```\n\n### run build and start production server\n\n```sh\npnpm build \u0026\u0026 pnpm start\n```\n\n### to run a one-off TypeScript file\n\n```sh\nnode --import=tsx path/to/file.ts\n```\n\n### Publish Package\n\n_This will trigger publish workflow in GitHub Actions_\n\n```sh\npnpm release\n```\n\n#### select version, it will create git tags and push to remote\n\n### Lastly, you should modify the workflows in .github/workflows to suit your needs\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fo-az%2Ftemplate-ts","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fo-az%2Ftemplate-ts","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fo-az%2Ftemplate-ts/lists"}