{"id":19232150,"url":"https://github.com/horusgoul/node-ts-starter","last_synced_at":"2025-04-21T04:32:09.558Z","repository":{"id":40531178,"uuid":"240713186","full_name":"HorusGoul/node-ts-starter","owner":"HorusGoul","description":"Straightforward Node.js \u0026 TypeScript Starter","archived":false,"fork":false,"pushed_at":"2023-01-08T22:36:52.000Z","size":561,"stargazers_count":55,"open_issues_count":1,"forks_count":10,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-04-01T09:25:31.639Z","etag":null,"topics":["nodejs","starter","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/HorusGoul.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-02-15T13:05:48.000Z","updated_at":"2023-04-04T15:29:23.000Z","dependencies_parsed_at":"2023-02-08T07:45:40.429Z","dependency_job_id":null,"html_url":"https://github.com/HorusGoul/node-ts-starter","commit_stats":null,"previous_names":[],"tags_count":2,"template":true,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HorusGoul%2Fnode-ts-starter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HorusGoul%2Fnode-ts-starter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HorusGoul%2Fnode-ts-starter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HorusGoul%2Fnode-ts-starter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/HorusGoul","download_url":"https://codeload.github.com/HorusGoul/node-ts-starter/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":249996128,"owners_count":21358068,"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":["nodejs","starter","template","typescript"],"created_at":"2024-11-09T16:05:30.843Z","updated_at":"2025-04-21T04:32:09.336Z","avatar_url":"https://github.com/HorusGoul.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Node TypeScript Starter\n\n## Getting started\n\n1. Clone this repository and open it\n\n```bash\n$ git clone https://github.com/HorusGoul/node-ts-starter your-next-project\n$ cd your-next-project\n```\n\n2. Install dependencies\n\n```bash\n$ yarn\n```\n\n3. Launch the dev mode\n\n```bash\n$ yarn dev\n```\n\n4. You can start coding! The entry point is located in `src/index.ts`.\n\n## What's preconfigured?\n\nThe intent of this starter is to be really slim so it's not a nightmare to remove or change stuff, that's why there are just a few things preconfigured:\n\n- Babel\n- TypeScript\n- ESLint\n- Prettier\n- A pre-commit hook that runs ESLint and type checks the code base\n- A few npm scripts\n\n## Scripts\n\n- `yarn dev`. Runs the project in dev mode, which means that it won't check types and will restart with every change you make.\n- `yarn build`. Compiles the project to the `./dist` folder.\n- `yarn typecheck`. Checks the typings of the project. Gets executed before trying to create a new commit but you can also run it manually.\n- `yarn start`. Runs the compiled program. Remember to execute `yarn build` before attempting to launch the program.\n- `yarn lint`. Runs ESLint. You can append `--fix` in order to fix autofixable issues.\n\n## What to do next\n\nAdapt the configuration to your needs and start coding!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhorusgoul%2Fnode-ts-starter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhorusgoul%2Fnode-ts-starter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhorusgoul%2Fnode-ts-starter/lists"}