{"id":15588670,"url":"https://github.com/aturingmachine/ts-template","last_synced_at":"2025-03-29T09:29:08.763Z","repository":{"id":100230955,"uuid":"401112984","full_name":"aturingmachine/ts-template","owner":"aturingmachine","description":"Template for typescript projects using my own personal preffered configs.","archived":false,"fork":false,"pushed_at":"2021-08-29T18:27:45.000Z","size":104,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-02-04T00:35:46.858Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","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/aturingmachine.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-08-29T18:23:36.000Z","updated_at":"2021-09-13T16:07:20.000Z","dependencies_parsed_at":"2023-03-18T22:05:01.756Z","dependency_job_id":null,"html_url":"https://github.com/aturingmachine/ts-template","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aturingmachine%2Fts-template","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aturingmachine%2Fts-template/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aturingmachine%2Fts-template/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aturingmachine%2Fts-template/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/aturingmachine","download_url":"https://codeload.github.com/aturingmachine/ts-template/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246165842,"owners_count":20734114,"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":[],"created_at":"2024-10-02T22:41:15.727Z","updated_at":"2025-03-29T09:29:08.744Z","avatar_url":"https://github.com/aturingmachine.png","language":"JavaScript","readme":"# Typescript Template\n\nTemplate for making Typescript projects, has my preferred configurations.\n\n## Using this template\n\n```sh\n# Clone the template\ngit clone git@github.com:aturingmachine/ts-template.git \u003cdir-name\u003e\n\n# Run the init script\nnpm run setup\n# Optionally pass p|pretty to colorize output\nnpm run setup pretty\n\n# Follow the script's prompts\n\n# Run the project\nnpm run dev\n```\n\n## Template Configuration\n\n### Runtime\n\n- Node v12.13.0 for modules\n- Node v16.3.0 for projects\n\n### Testing\n\n- jest\n- ts-jest\n\n### Linting\n\n- prettier\n- eslint\n  - @typescript-eslint/eslint-plugin\n  - @typescript-eslint/parser\n  - eslint-config-prettier\n  - eslint-plugin-import\n  - eslint-plugin-prettier\n  - eslint\n  - jest\n\n### Scripts\n\n```js\nscripts: {\n  \"build\": \"tsc\",\n  \"dev\": \"npm run build \u0026\u0026 node dist/index.js\",\n  \"lint\": \"eslint\",\n  \"lint:fix\": \"eslint --fix\",\n  \"test\": \"jest\"\n  // Only for modules\n  \"prepublishOnly\": \"npm run build\",\n}\n```\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faturingmachine%2Fts-template","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faturingmachine%2Fts-template","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faturingmachine%2Fts-template/lists"}