{"id":22544136,"url":"https://github.com/samhuk/node-cli-template","last_synced_at":"2025-07-03T12:06:12.130Z","repository":{"id":232389429,"uuid":"622198336","full_name":"samhuk/node-cli-template","owner":"samhuk","description":"Node.js CLI App Template","archived":false,"fork":false,"pushed_at":"2023-04-02T10:37:39.000Z","size":46,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-06-26T09:01:18.433Z","etag":null,"topics":["cli","commander","nodejs","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/samhuk.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"contributing/development.md","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}},"created_at":"2023-04-01T12:15:42.000Z","updated_at":"2024-03-21T08:58:09.000Z","dependencies_parsed_at":"2024-04-09T16:42:35.691Z","dependency_job_id":"4904439a-486b-4d9e-82e2-35da674f9cdf","html_url":"https://github.com/samhuk/node-cli-template","commit_stats":null,"previous_names":["samhuk/node-cli-template"],"tags_count":0,"template":true,"template_full_name":null,"purl":"pkg:github/samhuk/node-cli-template","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/samhuk%2Fnode-cli-template","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/samhuk%2Fnode-cli-template/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/samhuk%2Fnode-cli-template/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/samhuk%2Fnode-cli-template/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/samhuk","download_url":"https://codeload.github.com/samhuk/node-cli-template/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/samhuk%2Fnode-cli-template/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":263322822,"owners_count":23448717,"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":["cli","commander","nodejs","template","typescript"],"created_at":"2024-12-07T14:06:15.626Z","updated_at":"2025-07-03T12:06:12.105Z","avatar_url":"https://github.com/samhuk.png","language":"JavaScript","funding_links":["https://github.com/sponsors/samhuk","https://www.buymeacoffee.com/samhuk","https://www.buymeacoffee.com/"],"categories":[],"sub_categories":[],"readme":"# node-cli-template\n\nThis is a template repository for a Node.js CLI application.\n\n* Typescript\n* ESLint\n* esbuild\n* GoodFlow (for error handling) \n\n## Usage\n\n1. Click the \"**Use Template**\" button on Github to create your own repository from this template\n2. Locally clone your new remote Github repository\n3. From the root directory of your new local clone, run `node setup.js`, entering in some details.\n4. After it completes, you can remove `setup.js` and this section of the README.\n5. Run `npm run build-dev \u0026\u0026 npm run hello-dev \"Joe Bloggs\"` to build the CLI and run the `hello` example command.\n6. For information on how to develop on your new codebase, see [./contributing/development.md](./contributing/development.md)\n7. Have fun!\n\nThis template is approximately based off of the architecture of [hey](https://github.com/samhuk/hey) and the CLI of [Exhibitor](https://github.com/samhuk/exhibitor).\n\nIf you found this delightful, feel free to [sponsor me on GitHub](https://github.com/sponsors/samhuk) 💕 or [buy me a coffee](https://www.buymeacoffee.com/samhuk) ☕\n\n---\n\n\u003ch1 align=\"center\"\u003e{{app-name}}\u003c/h1\u003e\n\u003cp align=\"center\"\u003e\n  \u003cem\u003e{{app-slogan}}\u003c/em\u003e\n\u003c/p\u003e\n\n\u003e Badges like license type and current build status can go here. Uncomment the HTML below within this README to show them.\n\n\u003c!-- \u003cp align=\"center\"\u003e\n  \u003ca href=\"https://github.com/{{github-user-name}}/{{app-name}}/actions/workflows/ci.yaml/badge.svg\" target=\"_blank\"\u003e\n    \u003cimg src=\"https://github.com/{{github-user-name}}/{{app-name}}/actions/workflows/ci.yaml/badge.svg\" alt=\"ci status\" /\u003e\n  \u003c/a\u003e\n  \u003ca href=\"https://img.shields.io/badge/License-MIT-green.svg\" target=\"_blank\"\u003e\n    \u003cimg src=\"https://img.shields.io/badge/License-MIT-green.svg\" alt=\"license\" /\u003e\n  \u003c/a\u003e\n\u003c/p\u003e --\u003e\n\n## Overview\n\n\u003e Provide a quick overview of what your app does.\n\n\u003e If it is a large app, you can put a \"Getting Started\" wiki page link here.\n\n## Usage\n\n\u003e Provide instructions on how to use your app.\n\n## Development\n\nSee [./contributing/development.md](./contributing/development.md)\n\n---\n\n\u003e If desired, briefly mention any donation links here. Here's Buy Me a Coffee as an example:\n\nIf you found this package delightful, feel free to [buy me a coffee](https://www.buymeacoffee.com/{{buy-me-a-coffee-user-name}}) ✨\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsamhuk%2Fnode-cli-template","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsamhuk%2Fnode-cli-template","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsamhuk%2Fnode-cli-template/lists"}