{"id":51344608,"url":"https://github.com/lxzxl/create-tstack-web3","last_synced_at":"2026-07-02T10:33:25.700Z","repository":{"id":365875287,"uuid":"1272085116","full_name":"lxzxl/create-tstack-web3","owner":"lxzxl","description":"Scaffold a TanStack Start + wagmi + Hardhat 3 web3 app — create-* CLI for tanstack-web3-starter.","archived":false,"fork":false,"pushed_at":"2026-06-19T08:25:39.000Z","size":4,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-06-19T10:21:56.187Z","etag":null,"topics":["create-app","ethereum","hardhat","scaffold","starter","tanstack-start","wagmi","web3"],"latest_commit_sha":null,"homepage":null,"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/lxzxl.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-06-17T09:20:25.000Z","updated_at":"2026-06-19T08:25:43.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/lxzxl/create-tstack-web3","commit_stats":null,"previous_names":["lxzxl/create-tstack-web3"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/lxzxl/create-tstack-web3","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lxzxl%2Fcreate-tstack-web3","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lxzxl%2Fcreate-tstack-web3/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lxzxl%2Fcreate-tstack-web3/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lxzxl%2Fcreate-tstack-web3/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lxzxl","download_url":"https://codeload.github.com/lxzxl/create-tstack-web3/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lxzxl%2Fcreate-tstack-web3/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":35043933,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-07-02T02:00:06.368Z","response_time":173,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["create-app","ethereum","hardhat","scaffold","starter","tanstack-start","wagmi","web3"],"created_at":"2026-07-02T10:33:25.030Z","updated_at":"2026-07-02T10:33:25.692Z","avatar_url":"https://github.com/lxzxl.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# create-tstack-web3\n\nScaffold a **[TanStack Start + wagmi + Hardhat 3](https://github.com/lxzxl/tanstack-web3-starter)** web3 app — typed end-to-end, in one command.\n\n```bash\nnpm create tstack-web3@latest my-web3-app\n# or:  pnpm create tstack-web3 my-web3-app\n# or:  yarn create tstack-web3 my-web3-app\n```\n\nThen:\n\n```bash\ncd my-web3-app\npnpm install\npnpm dev:all     # local chain + deploy + codegen + web on http://localhost:3000\n```\n\n## What it does\n\nFetches the latest released [`tanstack-web3-starter`](https://github.com/lxzxl/tanstack-web3-starter)\ntemplate (falls back to `main`), extracts it into your new directory, sets the project\nname, and runs `git init`. Generated code and `node_modules` are not included — they're\ncreated on first `pnpm dev`/`build`.\n\n## Zero dependencies\n\nThe CLI uses only Node built-ins (`fetch`) and the system `tar` — **no runtime npm\ndependencies**. Requires **Node ≥ 18** and `tar` (preinstalled on macOS/Linux;\nWindows 10+ ships it too).\n\n## Options\n\n- `TEMPLATE_REF=\u003cbranch|tag\u003e` — scaffold from a specific template ref (default: the latest release tag, then `main`).\n\n## Releasing\n\nPublishing is automated via GitHub Actions ([`.github/workflows/publish.yml`](.github/workflows/publish.yml))\non every GitHub Release — no manual `npm publish`, no OTP.\n\n**One-time npm setup** (token-less, via OIDC Trusted Publishing): on npmjs.com →\nthis package → **Settings → Trusted Publisher** → **GitHub Actions**, repository\n`lxzxl/create-tstack-web3`, workflow `publish.yml`.\n\n**To release:**\n\n```bash\n# bump \"version\" in package.json, then:\ngit commit -am \"release: vX.Y.Z\" \u0026\u0026 git push\ngh release create vX.Y.Z --generate-notes   # → CI publishes to npm (with provenance)\n```\n\n\u003e Prefer a token? Create an npm **Automation** token (bypasses 2FA), add it as the\n\u003e `NPM_TOKEN` repo secret, and uncomment `NODE_AUTH_TOKEN` in the workflow.\n\n## License\n\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flxzxl%2Fcreate-tstack-web3","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flxzxl%2Fcreate-tstack-web3","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flxzxl%2Fcreate-tstack-web3/lists"}