{"id":23118845,"url":"https://github.com/tktcorporation/typescript-docker-template","last_synced_at":"2026-04-10T15:01:48.961Z","repository":{"id":39594794,"uuid":"278968774","full_name":"tktcorporation/typescript-docker-template","owner":"tktcorporation","description":"base repository for developing typescript app with docker.","archived":false,"fork":false,"pushed_at":"2023-01-07T20:36:29.000Z","size":524,"stargazers_count":0,"open_issues_count":7,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-09T14:19:14.180Z","etag":null,"topics":["docker","docker-compose","editor","editorconfig","eslint","github-actions","mit-license","prettier","template","typescript"],"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/tktcorporation.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}},"created_at":"2020-07-12T01:15:54.000Z","updated_at":"2021-08-20T00:40:34.000Z","dependencies_parsed_at":"2023-02-08T01:16:42.693Z","dependency_job_id":null,"html_url":"https://github.com/tktcorporation/typescript-docker-template","commit_stats":null,"previous_names":[],"tags_count":0,"template":true,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tktcorporation%2Ftypescript-docker-template","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tktcorporation%2Ftypescript-docker-template/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tktcorporation%2Ftypescript-docker-template/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tktcorporation%2Ftypescript-docker-template/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tktcorporation","download_url":"https://codeload.github.com/tktcorporation/typescript-docker-template/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247109704,"owners_count":20885121,"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":["docker","docker-compose","editor","editorconfig","eslint","github-actions","mit-license","prettier","template","typescript"],"created_at":"2024-12-17T05:29:45.857Z","updated_at":"2025-12-30T20:14:47.579Z","avatar_url":"https://github.com/tktcorporation.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![Test](https://github.com/tktcorporation/typescript-docker-template/workflows/Test/badge.svg)](https://github.com/tktcorporation/typescript-docker-template/actions?query=workflow%3Atest)\n\n# typescript-base\n\nFor creating a Typescript repository.\n\n\u003c!-- TOC --\u003e\n\n- [typescript-base](#typescript-base)\n    - [Tools](#tools)\n        - [Lint](#lint)\n        - [Format](#format)\n        - [Test](#test)\n        - [Build](#build)\n    - [Get Started](#get-started)\n        - [Building Docker](#building-docker)\n        - [Working in Docker container](#working-in-docker-container)\n        - [Installation](#installation)\n        - [Lint](#lint)\n        - [Format](#format)\n        - [Test](#test)\n        - [Build](#build)\n\n\u003c!-- /TOC --\u003e\n\n## Tools\n\nYou can customize them easily.\n\n- [Docker](https://www.docker.com/)\n- [docker-compose](https://docs.docker.com/compose/)\n\n### Lint\n- [ESLint](https://eslint.org/)\n\n### Format\n\n- [Prettier](https://prettier.io/)\n\n### Test\n\n- [Jest](https://jestjs.io/)\n\n### Build\n\n- [tsc](https://www.typescriptlang.org/docs/handbook/compiler-options.html)\n\n## Get Started\n\n### Building Docker\n\n```bash\n$ docker-compose build\n```\n\n### Working in Docker container\n\n```bash\n$ docker-compose run app /bin/bash\n```\n\n### Installation\n\n```bash\n$ yarn\n```\n\n### Lint\n\n```bash\n# Find linting error and warnings\n$ yarn lint\n\n# Run lint fixing\n$ yarn lint:fix\n```\n\n### Format\n\n```bash\n# Run format\n$ yarn format\n\n# This will return exit code 1 if all files are not formatted\n$ yarn format:check\n```\n\n### Test\n\n```bash\n# unit tests\n$ yarn test\n\n# e2e tests\n$ yarn test:e2e\n\n# test coverage\n$ yarn test:cov\n```\n\n### Build\n\n```bash\n# Run build\n$ yarn build\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftktcorporation%2Ftypescript-docker-template","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftktcorporation%2Ftypescript-docker-template","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftktcorporation%2Ftypescript-docker-template/lists"}