{"id":16950600,"url":"https://github.com/tomchv/typescript-project-template","last_synced_at":"2025-07-27T02:05:50.963Z","repository":{"id":37817472,"uuid":"286559527","full_name":"TomChv/typescript-project-template","owner":"TomChv","description":"A simple template to easily start Node Typescript project","archived":false,"fork":false,"pushed_at":"2023-03-05T10:12:37.000Z","size":2170,"stargazers_count":4,"open_issues_count":10,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-07-25T06:34:53.782Z","etag":null,"topics":["ecmascript","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/TomChv.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":"2020-08-10T19:16:37.000Z","updated_at":"2021-11-12T12:16:37.000Z","dependencies_parsed_at":"2025-04-11T20:52:36.212Z","dependency_job_id":null,"html_url":"https://github.com/TomChv/typescript-project-template","commit_stats":null,"previous_names":[],"tags_count":0,"template":true,"template_full_name":null,"purl":"pkg:github/TomChv/typescript-project-template","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TomChv%2Ftypescript-project-template","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TomChv%2Ftypescript-project-template/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TomChv%2Ftypescript-project-template/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TomChv%2Ftypescript-project-template/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/TomChv","download_url":"https://codeload.github.com/TomChv/typescript-project-template/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TomChv%2Ftypescript-project-template/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267285006,"owners_count":24064098,"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-07-27T02:00:11.917Z","response_time":82,"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":["ecmascript","template","typescript"],"created_at":"2024-10-13T21:58:05.758Z","updated_at":"2025-07-27T02:05:50.909Z","avatar_url":"https://github.com/TomChv.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Typescript-project-template\n\nA simple template to easily start Node Typescript project\n\nI was basically using this template for myself, but I think it can be used by anyone who wants to start a typescript project without spending 10 years to configure it.\u003cbr\u003e\nWith that template, you can start coding instantly, that's cool no ? :blush:\n\n\u003e Finding new ways to be lazy is probably the most productive thing you've done\u003cbr\u003e A developer citation for sure \n\n\n## Getting started\n\nInstall dependencies, there is nothing more.\n\n```shell script\nnpm install\n```\n\nYou can verify if everything is working with `npm test` or `npm start`\n\n## Content\n\nThe template integrates some basic tools to develop efficiently\n\n### Linter\n\nIt is very important to respect rules when coding. \n\nI'm using [eslint](https://eslint.org/) with [airbnb rules](https://airbnb.io/javascript/), configure it to fits your needs\n\nType `npm run lint` to show your error and `npm run lint:fix` to fix simple one.\n\n### Prettier\n\nTo separate coding rules and codeStyle, I use a [prettier config](https://prettier.io/). It's a very cool tool to formatting your code like your want \n\n### Tests\n\nTest his code is essential, template integrated [Jest](https://jestjs.io/en/) test suites with typescript usage.\n\nYou can add new tests in the `tests` folder.\n\nType `npm run test` or `npm run test:watch` to use it.\n\n\u003e Watching more is very useful during test :)\n\n### Dev integration\n\n**Env**\n\nWork with an environment is sometime an obligation, especially when you build API with Docker and some secrets keys ect...\u003cbr\u003e\nSet and set your config in `.envrc` if you need some variables\n\n**Github**\n\nThere is a `.github` folder where you can write your [Github Action](https://github.com/features/actions) and _Github assets_\u003cbr\u003e\nYou can also find `.gitignore`. He's configure for node projects.\n\n**Hooks**\n\nTo prevent you from commit / pushing bad code, [husky](https://github.com/typicode/husky) is set to lint, build and run test on a commit.\u003cbr\u003e\nIf your work fails one of those steps, commit will be aborted :angry:\n\n## Maintainer\n  - [Vasek - Tom C.](https://github.com/TomChv)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftomchv%2Ftypescript-project-template","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftomchv%2Ftypescript-project-template","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftomchv%2Ftypescript-project-template/lists"}