{"id":16529666,"url":"https://github.com/amir-arad/typescript-service-template","last_synced_at":"2025-09-19T06:54:53.612Z","repository":{"id":60853053,"uuid":"307156390","full_name":"amir-arad/typescript-service-template","owner":"amir-arad","description":"template for typescript dockerised service","archived":false,"fork":false,"pushed_at":"2022-10-05T18:43:31.000Z","size":238,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-03T07:44:06.184Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/amir-arad.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2020-10-25T17:42:48.000Z","updated_at":"2020-11-08T09:26:28.000Z","dependencies_parsed_at":"2022-10-05T20:15:50.957Z","dependency_job_id":null,"html_url":"https://github.com/amir-arad/typescript-service-template","commit_stats":null,"previous_names":[],"tags_count":0,"template":true,"template_full_name":null,"purl":"pkg:github/amir-arad/typescript-service-template","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/amir-arad%2Ftypescript-service-template","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/amir-arad%2Ftypescript-service-template/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/amir-arad%2Ftypescript-service-template/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/amir-arad%2Ftypescript-service-template/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/amir-arad","download_url":"https://codeload.github.com/amir-arad/typescript-service-template/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/amir-arad%2Ftypescript-service-template/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":275894478,"owners_count":25547859,"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","status":"online","status_checked_at":"2025-09-19T02:00:09.700Z","response_time":108,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":[],"created_at":"2024-10-11T17:45:52.090Z","updated_at":"2025-09-19T06:54:53.567Z","avatar_url":"https://github.com/amir-arad.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Template typescript service\n\nA typescript service that works with docker and shit\n\n## Developer instructions\n\n### Cloning this template\n\nduplicate this repo\nreplace `typescript-service-template` with the name of the service you want to create\n\n### Installing workspace\n\nto install a development environment, you need to have nvm and git installd.\nThen, `git clone` this repo locally.\ncopy `.env.sample` into `.env` so that you have an initial configuration.\nrun:\n```\n$ nvm use\n$ npm install\n$ npm test\n```\nand that's it, you've just installed the development environment!\n\nThis project is written with [VSCode](https://code.visualstudio.com/) in mind. specifically configured for these extensions: [dbaeumer.vscode-eslint](https://marketplace.visualstudio.com/items?itemName=dbaeumer.vscode-eslint), [esbenp.prettier-vscode](https://marketplace.visualstudio.com/items?itemName=esbenp.prettier-vscode).\n\n### test\n\n`npm run test`\n\nrunst code checks and then execute internal tests.\n\n`npm run test:quick`\n\nonly executes internal tests.\n\n`npm run test:quick -- --watch` \n\nrun tests in watch mode.\n\n### clean\n\n`npm run clean`\n\nRemoves any built code and any built executables.\n\n### build\n\n`npm run build`\n\nCleans, then builds the service and docker image.\n\nYour built code will be in the `./dist/` directory, the docker image will be written to the local docker exporter.\n\n### End-to-end Testing\n\n`npm run test:e2e`\n\nruns end-to-end tests against a built docker image (you need to run `npm run build` beforehand, though).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Famir-arad%2Ftypescript-service-template","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Famir-arad%2Ftypescript-service-template","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Famir-arad%2Ftypescript-service-template/lists"}