{"id":47708732,"url":"https://github.com/sobird/murph","last_synced_at":"2026-06-07T16:31:50.343Z","repository":{"id":233144764,"uuid":"786086017","full_name":"sobird/murph","owner":"sobird","description":"A pristine TypeScript template for rapid project inception.","archived":false,"fork":false,"pushed_at":"2026-03-31T18:37:35.000Z","size":346,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-03-31T20:35:22.550Z","etag":null,"topics":["inception","minimalist","typescript","typescript-starter"],"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/sobird.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2024-04-13T11:37:52.000Z","updated_at":"2026-03-31T18:37:20.000Z","dependencies_parsed_at":"2024-04-15T06:54:20.989Z","dependency_job_id":"134db945-bada-4a99-98fa-10e9160c5016","html_url":"https://github.com/sobird/murph","commit_stats":null,"previous_names":["sobird/npm-template","sobird/murph"],"tags_count":13,"template":true,"template_full_name":null,"purl":"pkg:github/sobird/murph","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sobird%2Fmurph","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sobird%2Fmurph/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sobird%2Fmurph/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sobird%2Fmurph/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sobird","download_url":"https://codeload.github.com/sobird/murph/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sobird%2Fmurph/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31312744,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-02T12:59:32.332Z","status":"ssl_error","status_checked_at":"2026-04-02T12:54:48.875Z","response_time":89,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["inception","minimalist","typescript","typescript-starter"],"created_at":"2026-04-02T18:10:12.376Z","updated_at":"2026-04-02T18:10:14.560Z","avatar_url":"https://github.com/sobird.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# @sobird/murph\n\n[![npm][npm]][npm-url]\n![TypeScript][typescript]\n![Node.js][node]\n![CLI][cli]\n[![Build Status][build-status]][build-status-url]\n[![License][license]][license-url]\n[![Install Size][size]][size-url]\n\n\u003e A pristine TypeScript template for rapid project inception.\n\n## 🛠️ Step into the Singularity\n\nDon't just clone. **Incept.** The fastest way to bootstrap your next pristine project is via `degit`, ensuring zero git history contamination.\n\n```bash\n# Incept a new project in the current directory\nnpx degit sobird/murph .\n\n# Or, incept in a specific folder\nnpx degit sobird/murph my-new-dimension\n\n# reset name \u0026 version\ncd my-new-dimension\nrm CHANGELOG.md\n\n# Initialize the equation\npnpm install\n```\n\n### 🛰️ Engineering \u0026 Governance\n\n`murph` adheres to the highest standards of automated software delivery. Every change is tracked, and every release is predictable.\n\n- **[Conventional Commits](https://www.conventionalcommits.org/)**: Every commit follows a strict semantic structure to ensure clarity and machine-readability.\n- **[Release Please](https://github.com/googleapis/release-please)**: Automated versioning and changelog generation. No manual `npm version` required.\n- **[Provenance](https://docs.npmjs.com/generating-provenance-statements)**: Every NPM release includes a build provenance statement, linking the package directly to its GitHub source.\n\n### 🤖 CI/CD Pipeline\n\nThe singularity is maintained through an automated lifecycle:\n1. **Commit**: Developers push `feat:`, `fix:`, or `docs:` commits.\n2. **Review**: A release PR is automatically maintained by `release-please`.\n3. **Ascension**: Upon merging the release PR, the package is built, tested, and published to NPM with an OIDC-authenticated handshake.\n\n## License\n\n[MIT](./LICENSE) License \u0026copy; 2024 [sobird](https://github.com/sobird)\n\n\u003c!-- Badges --\u003e\n[npm]: https://img.shields.io/npm/v/@sobird/murph.svg?style=flat-square\u0026logo=npm\u0026label=@sobird/murph\n[npm-url]: https://www.npmjs.com/package/@sobird/murph\n[build-status]: https://img.shields.io/github/actions/workflow/status/sobird/murph/release.yml?label=CI\u0026logo=github\u0026style=flat-square\n[build-status-url]: https://github.com/sobird/murph/actions\n[size]: https://img.shields.io/badge/dynamic/json?style=flat-square\u0026label=mass\u0026query=$.publish.pretty\u0026url=https://packagephobia.com/v2/api.json?p=@sobird/murph\u0026color=blueviolet\n[size-url]: https://packagephobia.com/result?p=@sobird/murph\n[license]: https://img.shields.io/github/license/sobird/murph.svg?style=flat-square\u0026v=1\n[license-url]: https://github.com/sobird/murph/blob/master/LICENSE\n[typescript]: https://img.shields.io/badge/-TypeScript-3178C6?style=flat-square\u0026logo=typescript\u0026logoColor=white\n[cli]: https://img.shields.io/badge/-CLI-000000?style=flat-square\u0026logo=gnu-bash\n[node]: https://img.shields.io/badge/-Node.js-339933?style=flat-square\u0026logo=node.js\u0026logoColor=white\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsobird%2Fmurph","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsobird%2Fmurph","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsobird%2Fmurph/lists"}