{"id":16992023,"url":"https://github.com/kyletryon/node-typescript-starter","last_synced_at":"2025-03-22T15:30:59.287Z","repository":{"id":153506548,"uuid":"629212080","full_name":"KyleTryon/Node-TypeScript-Starter","owner":"KyleTryon","description":"A solid foundation for building modern Node.js applications with TypeScript, sink included.","archived":false,"fork":false,"pushed_at":"2023-08-15T05:04:13.000Z","size":679,"stargazers_count":16,"open_issues_count":9,"forks_count":1,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-03-18T13:15:45.286Z","etag":null,"topics":["backend","docker","node","skeleton","starter-kit","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/KyleTryon.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":".github/CONTRIBUTING.md","funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":".github/CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":".github/SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null},"funding":{"github":["KyleTryon"]}},"created_at":"2023-04-17T21:25:08.000Z","updated_at":"2024-01-06T17:32:32.000Z","dependencies_parsed_at":null,"dependency_job_id":"8b99e82f-4df4-447e-9b81-c2481d9bd3a5","html_url":"https://github.com/KyleTryon/Node-TypeScript-Starter","commit_stats":null,"previous_names":[],"tags_count":1,"template":true,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KyleTryon%2FNode-TypeScript-Starter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KyleTryon%2FNode-TypeScript-Starter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KyleTryon%2FNode-TypeScript-Starter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KyleTryon%2FNode-TypeScript-Starter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/KyleTryon","download_url":"https://codeload.github.com/KyleTryon/Node-TypeScript-Starter/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244978512,"owners_count":20541865,"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":["backend","docker","node","skeleton","starter-kit","template","typescript"],"created_at":"2024-10-14T03:28:05.884Z","updated_at":"2025-03-22T15:30:59.282Z","avatar_url":"https://github.com/KyleTryon.png","language":"JavaScript","funding_links":["https://github.com/sponsors/KyleTryon"],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n  \u003cimg src=\".github/img/readme-header.jpg\" alt=\"Banner\" width=\"100%\"\u003e\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n  A solid foundation for building modern Node.js applications with TypeScript, sink included.\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003c!-- Add shields from https://shields.io/ --\u003e\n  \u003ca href=\"https://github.com/sponsors/KyleTryon\"\u003e\n    \u003cimg alt=\"GitHub Sponsors\" src=\"https://img.shields.io/github/sponsors/KyleTryon\"\u003e\n  \u003c/a\u003e\n  \u003ca href=\"https://github.com/KyleTryon/Node-TypeScript-Starter/blob/main/LICENSE\"\u003e\n    \u003cimg alt=\"GitHub\" src=\"https://img.shields.io/github/license/KyleTryon/node-typescript-starter\"\u003e\n  \u003c/a\u003e\n  \u003ca href=\"https://discord.gg/CTC9DVvYZz\"\u003e\n    \u003cimg alt=\"Discord\" src=\"https://img.shields.io/discord/415249366840901643\"\u003e\n  \u003c/a\u003e\n  \u003ca href='https://fosstodon.org/@techsquidtv'\u003e\n    \u003cimg alt=\"Mastodon Follow\" src=\"https://img.shields.io/mastodon/follow/109259216201105997?domain=https%3A%2F%2Ffosstodon.org\u0026style=social\"\u003e\n  \u003c/a\u003e\n\u003c/p\u003e\n\n## Features ✨\n- Pre-configured TypeScript setup\n- Package management with NPM\n- Build and Development scripts with watch mode\n- Linting with ESLint and Prettier\n    - Essential ESLint plugins for improved code quality\n- Unit testing with [Vitest](https://vitest.dev/)\n- Automated dependency-free `.env`  injection\n- Auto-build with `prepare` script\n- Dockerfile for production deployment\n- Docker Compose for local development\n- GitHub Actions for CI/CD\n\n## Getting Started 🌱\n- Clone or download this repository to start a new Node.js project\n- Run `npm install` to install all dependencies\n- Create a `.env` file in the root of your project if needed\n- Start the development server by running npm run `start:dev`\n- Build your awesome Node.js application with TypeScript!\n\n## Use The Template 🧩\nUse this repository as the template for your next project or try it out now in a codespace!\n\n\u003cimg src=\"https://user-images.githubusercontent.com/33272306/232631223-97d35cd0-9336-400f-a576-4a05fa5dcc57.png\" width=\"300px\"\u003e\n\n## Available Scripts 📜\n\n- `npm run env:load`: Loads environment variables from the `.env` file\n- `npm run clean`: Cleans the project by removing the `dist` directory\n- `npm run build`: Builds the TypeScript project, outputting ES modules\n- `npm run start`: Runs the compiled JavaScript application\n- `npm run start:dev`: Starts the development server with live-reloading\n- `npm run format`: Formats your code using Prettier\n- `npm run lint`: Runs ESLint to check for code quality issues\n- `npm run lint:fix`: Automatically fixes code quality issues using ESLint\n- `npm run test`: Runs unit tests with Vitest\n- `npm run coverage`: Generates a [`c8`](https://vitest.dev/guide/coverage.html) code coverage report\n- `npm run docker:build`: Builds a Docker image for production deployment\n- `npm run docker:run`: Runs the Docker image in a container\n\n## Contributing 🤝\n\nFeel free to contribute to this project by opening issues or submitting pull requests. We appreciate any feedback and improvements to make this starter even better!\n\n## License 📄\n\nThis project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.\n\n---\n\nHappy coding! 🎉\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkyletryon%2Fnode-typescript-starter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkyletryon%2Fnode-typescript-starter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkyletryon%2Fnode-typescript-starter/lists"}