{"id":16551117,"url":"https://github.com/michaelcurrin/node-project-template","last_synced_at":"2025-09-20T11:24:10.904Z","repository":{"id":53084900,"uuid":"289368918","full_name":"MichaelCurrin/node-project-template","owner":"MichaelCurrin","description":"Template for creating Node.js projects including docs and a deploy pipeline","archived":false,"fork":false,"pushed_at":"2024-08-21T07:46:29.000Z","size":85,"stargazers_count":9,"open_issues_count":5,"forks_count":31,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-18T00:37:36.330Z","etag":null,"topics":["beginner","ci-cd","deploy-pipeline","javascript","node","node-template","nodejs","quickstart","template","template-project"],"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/MichaelCurrin.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}},"created_at":"2020-08-21T21:32:28.000Z","updated_at":"2024-08-21T07:46:32.000Z","dependencies_parsed_at":"2024-08-21T09:10:41.903Z","dependency_job_id":null,"html_url":"https://github.com/MichaelCurrin/node-project-template","commit_stats":null,"previous_names":[],"tags_count":3,"template":true,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MichaelCurrin%2Fnode-project-template","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MichaelCurrin%2Fnode-project-template/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MichaelCurrin%2Fnode-project-template/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MichaelCurrin%2Fnode-project-template/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/MichaelCurrin","download_url":"https://codeload.github.com/MichaelCurrin/node-project-template/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244777979,"owners_count":20508824,"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":["beginner","ci-cd","deploy-pipeline","javascript","node","node-template","nodejs","quickstart","template","template-project"],"created_at":"2024-10-11T19:36:24.946Z","updated_at":"2025-09-20T11:24:05.857Z","avatar_url":"https://github.com/MichaelCurrin.png","language":"JavaScript","readme":"# Node Project Template\n\u003e Starter template for creating a Node.js project including docs and a deploy pipeline\n\n\u003c!-- Badges generated with: https://michaelcurrin.github.io/badge-generator/ --\u003e\n\n[![Node CI](https://github.com/MichaelCurrin/node-project-template/workflows/Node%20CI/badge.svg)](https://github.com/MichaelCurrin/node-project-template/actions?query=workflow:\"Node+CI\")\n[![GitHub tag](https://img.shields.io/github/tag/MichaelCurrin/node-project-template)](https://github.com/MichaelCurrin/node-project-template/releases/)\n[![License](https://img.shields.io/badge/License-MIT-blue)](#license)\n\n[![Made with Node](https://img.shields.io/badge/dynamic/json?label=node\u0026query=%24.engines%5B%22node%22%5D\u0026url=https%3A%2F%2Fraw.githubusercontent.com%2FMichaelCurrin%2Fnode-project-template/%2Fmaster%2Fpackage.json\u0026logo=node.js\u0026logoColor=white)](https://nodejs.org \"Go to Node.js homepage\")\n\n\u003cdiv align=\"center\"\u003e\n    \u003ca href=\"https://nodejs.org\"\u003e  \n        \u003cimg src=\"https://raw.githubusercontent.com/github/explore/master/topics/nodejs/nodejs.png\"\n             alt=\"node icon\"\n             title=\"Node.js\"\n             width=\"150\" height=\"150\" /\u003e\n    \u003c/a\u003e\n\u003c/div\u003e\n\n\u003cbr\u003e\n\n\u003c!-- TODO: Remove this badge when creating a new app from this template --\u003e\n\n\u003cdiv align=\"center\"\u003e\n\n[![Use this template](https://img.shields.io/badge/Generate-Use_this_template-2ea44f?style=for-the-badge)](https://github.com/MichaelCurrin/node-project-template/generate)\n\n\u003c/div\u003e\n\n\n## Preview\n\n_This is a placeholder section for a screenshot of your shiny new web app or CLI tool_.\n\n\u003c!-- TODO Replace sample.png in the repo with your own image and then remove the indentation to turn this from a code block to actual markdown image. --\u003e\n\n\u003cdiv align=\"center\"\u003e\n    \u003cimg src=\"/sample.png\" alt=\"Sample screenshot\" title=\"Sample screenshot\" /\u003e\n\u003c/div\u003e\n\n\n## Sample usage\n\n_TODO: Add just a few lines to show how to use your application - some samples below._\n\nRun with NPX:\n\n```sh\n$ npx foo\n```\n\nInstall and run as a CLI tool:\n\n```sh\n$ npm install foo\n$ foo --help\n```\n\nUse in your JS app:\n\n```javascript\nimport { foo } from \"bar\";\n\nfoo(123)\n```\n\n\n## Documentation\n\u003e How to install, run and deploy this project\n\n\u003cdiv align=\"center\"\u003e\n    \n[![View Project Docs](https://img.shields.io/badge/View-Project_Docs-blue?style=for-the-badge)](/docs/)\n\n\u003c/div\u003e\n\n\u003c!-- TODO delete this note on a new project --\u003e\n\nSee the [Template Notes](/docs/template-notes/) section of the docs for info on this template and how to use it.\n\n\n## License\n\nReleased under [MIT](/LICENSE) by [@MichaelCurrin](https://github.com/MichaelCurrin).\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmichaelcurrin%2Fnode-project-template","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmichaelcurrin%2Fnode-project-template","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmichaelcurrin%2Fnode-project-template/lists"}