{"id":22207681,"url":"https://github.com/vitorsalgado/create-nodejs-ts","last_synced_at":"2025-04-12T18:44:44.499Z","repository":{"id":37961719,"uuid":"85367602","full_name":"vitorsalgado/create-nodejs-ts","owner":"vitorsalgado","description":"Starter Project for Node.js With TypeScript.","archived":false,"fork":false,"pushed_at":"2025-02-03T14:34:26.000Z","size":13886,"stargazers_count":149,"open_issues_count":10,"forks_count":27,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-02-10T09:27:27.912Z","etag":null,"topics":["esm","javascript","nodejs","nodejs-boilerplate","project-scaffolding","scaffold","typescript","typescript-boilerplate"],"latest_commit_sha":null,"homepage":"https://www.npmjs.com/package/create-nodejs-ts","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/vitorsalgado.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","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},"funding":{"github":["vitorsalgado"]}},"created_at":"2017-03-18T01:27:56.000Z","updated_at":"2025-02-08T11:13:47.000Z","dependencies_parsed_at":"2024-04-15T16:04:54.944Z","dependency_job_id":"945522bc-1368-43e6-a852-b7ef57c3c593","html_url":"https://github.com/vitorsalgado/create-nodejs-ts","commit_stats":{"total_commits":655,"total_committers":4,"mean_commits":163.75,"dds":0.1145038167938931,"last_synced_commit":"73d2c9aacda74f38245195b6cf795db5bf0bd0d6"},"previous_names":["vitorsalgado/nodejs-boilerplate"],"tags_count":12,"template":true,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vitorsalgado%2Fcreate-nodejs-ts","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vitorsalgado%2Fcreate-nodejs-ts/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vitorsalgado%2Fcreate-nodejs-ts/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vitorsalgado%2Fcreate-nodejs-ts/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/vitorsalgado","download_url":"https://codeload.github.com/vitorsalgado/create-nodejs-ts/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248617200,"owners_count":21134190,"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":["esm","javascript","nodejs","nodejs-boilerplate","project-scaffolding","scaffold","typescript","typescript-boilerplate"],"created_at":"2024-12-02T19:14:07.572Z","updated_at":"2025-04-12T18:44:44.472Z","avatar_url":"https://github.com/vitorsalgado.png","language":"JavaScript","readme":"\u003ch1 align=\"center\"\u003eNode.js Starter ToolKit\u003c/h1\u003e\n\n\u003cp align=\"center\"\u003e\n    \u003ci\u003eStarter Project for a Node.js application using \u003cstrong\u003eTypeScript\u003c/strong\u003e with all boring stuff already configured.\u003c/i\u003e\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://github.com/vitorsalgado/create-nodejs-ts/actions/workflows/ci.yml\"\u003e\n    \u003cimg src=\"https://github.com/vitorsalgado/create-nodejs-ts/actions/workflows/ci.yml/badge.svg\" alt=\"GitHub Action Status\" /\u003e\n  \u003c/a\u003e\n  \u003ca href=\"https://www.npmjs.com/package/create-nodejs-ts\"\u003e\n    \u003cimg src=\"https://img.shields.io/npm/v/create-nodejs-ts.svg?logo=npm\u0026logoColor=fff\u0026label=NPM+package\u0026color=limegreen\" alt=\"npm\" /\u003e\n  \u003c/a\u003e\n  \u003ca href=\"https://github.com/prettier/prettier\"\u003e\n    \u003cimg src=\"https://img.shields.io/badge/code_style-prettier-ff69b4.svg?style=flat\" alt=\"Prettier\"/\u003e\n  \u003c/a\u003e\n  \u003ca href=\"https://conventionalcommits.org\"\u003e\n    \u003cimg src=\"https://img.shields.io/badge/Conventional%20Commits-1.0.0-yellow.svg\" alt=\"Conventional Commits\"/\u003e\n  \u003c/a\u003e\n\u003c/p\u003e\n\n## Overview\n\nStarter project for **Node.js** applications using **TypeScript** with test, lint, code formatter already configured.\nCheck the [tooling](#tooling) section for more details.  \nThe preferable way to use this boilerplate is using `npx` command. You can use `npm init` too.  \nUse the following commands to bootstrap a new project:\n\n### NPX\n\n```\nnpx create-nodejs-ts --no --app=your-app\n```\n\n### NPM Init\n\n```\nnpm init nodejs-ts -- --app=your-app\n```\n\nWithout parameters, the project will be created on a folder **my-app** in the same directory where you executed the\ncommand.  \nAll parameters available:\n\n```\n--destination=\u003cFOLDER_DESTINATION\u003e Defaults to the current directory\n--app=\u003cAPP_NAME\u003e Defaults to my-app\n```\n\nThe final folder will the parameter `destination`, if provided, concatenated with the parameter `app`.\n\n## ESM\n\nThe project template now uses **ESM** by default.\n\n## Docker\n\nMinimalist docker image generation.  \nCheck this [Dockerfile](build/docker/Dockerfile).\n\n## Local Dev Environment\n\nRun `make up` to spin up a local environment with **Docker Compose**.  \nCheck this [docker-compose.yml](deployments/dev/docker-compose.yml) for more details.\n\n## Tooling\n\n- ESM\n- TypeScript\n- Jest\n- EsLint\n- Husky\n- Commit Lint\n- Lint Staged\n- Prettier\n- Nodemon\n- Docker | Docker Compose\n\n## License\n\n[![FOSSA Status](https://app.fossa.com/api/projects/git%2Bgithub.com%2Fvitorsalgado%2Fnodejs-boilerplate.svg?type=shield)](https://app.fossa.com/projects/git%2Bgithub.com%2Fvitorsalgado%2Fnodejs-boilerplate?ref=badge_shield)\n\nThis project is [MIT Licensed](LICENSE).\n","funding_links":["https://github.com/sponsors/vitorsalgado"],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvitorsalgado%2Fcreate-nodejs-ts","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvitorsalgado%2Fcreate-nodejs-ts","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvitorsalgado%2Fcreate-nodejs-ts/lists"}