{"id":50787002,"url":"https://github.com/reedchan7/scaffolder","last_synced_at":"2026-06-12T08:33:02.925Z","repository":{"id":363272754,"uuid":"1262491018","full_name":"reedchan7/scaffolder","owner":"reedchan7","description":"Scaffold production-ready projects in seconds. Interactive or one-shot, batteries-included (TypeScript, ESLint, Prettier, Vitest, git hooks). Single self-updating binary.","archived":false,"fork":false,"pushed_at":"2026-06-08T07:17:16.000Z","size":60,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-06-08T08:17:01.630Z","etag":null,"topics":["bootstrap","cli","code-generator","project-generator","rust","scaffold","scaffolding","starter-kit","template","typescript"],"latest_commit_sha":null,"homepage":"","language":"Rust","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/reedchan7.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":"AGENTS.md","dco":null,"cla":null}},"created_at":"2026-06-08T03:25:22.000Z","updated_at":"2026-06-08T07:17:12.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/reedchan7/scaffolder","commit_stats":null,"previous_names":["reedchan7/scaffolder"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/reedchan7/scaffolder","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/reedchan7%2Fscaffolder","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/reedchan7%2Fscaffolder/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/reedchan7%2Fscaffolder/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/reedchan7%2Fscaffolder/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/reedchan7","download_url":"https://codeload.github.com/reedchan7/scaffolder/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/reedchan7%2Fscaffolder/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34236551,"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-06-12T02:00:06.859Z","response_time":109,"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":["bootstrap","cli","code-generator","project-generator","rust","scaffold","scaffolding","starter-kit","template","typescript"],"created_at":"2026-06-12T08:33:02.228Z","updated_at":"2026-06-12T08:33:02.916Z","avatar_url":"https://github.com/reedchan7.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# scaffolder\n\n\u003e A fast, opinionated project scaffolder that bootstraps production-ready codebases in seconds.\n\n[![Release](https://github.com/reedchan7/scaffolder/actions/workflows/release.yml/badge.svg)](https://github.com/reedchan7/scaffolder/actions/workflows/release.yml)\n[![Latest release](https://img.shields.io/github/v/release/reedchan7/scaffolder?sort=semver\u0026logo=github)](https://github.com/reedchan7/scaffolder/releases/latest)\n[![License](https://img.shields.io/github/license/reedchan7/scaffolder)](LICENSE)\n[![Rust](https://img.shields.io/badge/rust-1.85%2B-orange?logo=rust)](https://www.rust-lang.org)\n[![Platforms](https://img.shields.io/badge/platforms-macOS%20%7C%20Linux%20%7C%20Windows-blue)](#install)\n\n`scaffolder` generates clean, batteries-included project templates from a single command —\ncorrectly wired tooling, sensible defaults, and zero boilerplate to copy-paste. It ships as a\nsingle static binary with no runtime dependencies.\n\nThe first template targets **TypeScript** with either a Node.js or Bun runtime; more languages are\non the way.\n\n## Highlights\n\n- **One command, ready to ship** — TypeScript (ESNext), ESLint + Prettier, Lefthook git hooks,\n  a `Makefile`, and tests, all pre-wired.\n- **Interactive or scripted** — guided prompts for humans, flags for CI.\n- **Pick your stack** — choose your package manager, runtime-aware test runner, module system, and\n  Node version when using the Node.js runtime.\n- **Cross-platform** — prebuilt binaries for macOS, Linux, and Windows (x86_64 \u0026 ARM64).\n- **Self-updating** — `scaffolder self-update` keeps you current.\n\n## Install\n\n### macOS / Linux\n\n```sh\ncurl -fsSL https://raw.githubusercontent.com/reedchan7/scaffolder/main/install.sh | sh\n```\n\nThis detects your OS and CPU architecture, downloads the matching prebuilt binary, and installs\nit to `~/.local/bin`. Re-run it any time to update.\n\nCustomize the version or install location:\n\n```sh\ncurl -fsSL https://raw.githubusercontent.com/reedchan7/scaffolder/main/install.sh \\\n  | sh -s -- --version v0.1.0 --bin-dir \"$HOME/.local/bin\"\n```\n\n| Option | Env var | Default |\n|--------|---------|---------|\n| `--version \u003ctag\u003e` | `SCAFFOLDER_VERSION` | `latest` |\n| `--bin-dir \u003cdir\u003e` | `SCAFFOLDER_INSTALL_DIR` | `~/.local/bin` |\n\n### Windows (PowerShell)\n\n```powershell\nirm https://github.com/reedchan7/scaffolder/releases/latest/download/scaffolder-installer.ps1 | iex\n```\n\n### Manual download\n\nGrab a prebuilt archive from the [latest release][releases], extract it, and put the `scaffolder`\nbinary on your `PATH`:\n\n| OS | x86_64 / AMD64 | aarch64 / ARM64 |\n|----|----------------|-----------------|\n| Linux | `scaffolder-x86_64-unknown-linux-gnu.tar.xz` | `scaffolder-aarch64-unknown-linux-gnu.tar.xz` |\n| macOS | `scaffolder-x86_64-apple-darwin.tar.xz` | `scaffolder-aarch64-apple-darwin.tar.xz` |\n| Windows | `scaffolder-x86_64-pc-windows-msvc.zip` | `scaffolder-aarch64-pc-windows-msvc.zip` |\n\n[releases]: https://github.com/reedchan7/scaffolder/releases\n\n## Quick start\n\n```sh\nscaffolder new typescript-node my-app      # one-shot (CI friendly)\nscaffolder new                             # interactive\nscaffolder list                            # show available templates\n```\n\nThe generated project is ready to `make check` immediately — formatting, linting, and tests all\npass out of the box.\n\n## Usage\n\n```sh\nscaffolder new [TEMPLATE] [NAME] [OPTIONS]   # scaffold a new project\nscaffolder list                              # list available templates\nscaffolder self-update                       # update to the latest release\n```\n\n### `new` options\n\n| Flag | Default | Values |\n|------|---------|--------|\n| `--pm` | `pnpm` | `pnpm` `npm` `yarn` `bun` |\n| `--test` | `vitest` (`bun` when `--pm bun`) | `vitest` `node` `bun` |\n| `--module` | `esm` | `esm` `cjs` |\n| `--node` | `24` | major version integer; used by Node.js projects |\n| `--dir` | `.` | parent directory for the generated project |\n| `--license` | _(private)_ | `MIT` `Apache-2.0` |\n| `--ai` | off | flag — also writes `CLAUDE.md` + `AGENTS.md` |\n| `--no-git` | off | flag — skip `git init` |\n| `--no-install` | off | flag — skip dependency install |\n\n\u003e Omit `--license` to keep the project private (no license file is written).\n\u003e\n\u003e `--pm bun` generates a Bun-runtime project: Bun scripts, Bun TypeScript settings, and Bun's\n\u003e built-in test runner. `--test bun` is only valid with `--pm bun`.\n\n## Update\n\nRe-run the install command above, or use the built-in self-updater:\n\n```sh\nscaffolder self-update\n```\n\n## Contributing\n\nCommon tasks are wrapped in a `Makefile` — run `make help` to list them all:\n\n```sh\nmake build                              # release binary -\u003e target/release/scaffolder\nmake test                               # unit + integration tests\nmake check                              # fmt + clippy + tests (what CI runs)\nmake install                            # build \u0026 install to ~/.local/bin (override: BINDIR=...)\nmake run ARGS=\"new typescript-node demo\"\n```\n\n### Cutting a release\n\n```sh\nmake bump VERSION=0.2.0                  # update the version in Cargo.toml\ngit commit -am \"chore: release v0.2.0\"\nmake release                            # tag v0.2.0 and push -\u003e CI builds \u0026 publishes\n```\n\n## License\n\n[MIT](LICENSE) © Reed Chan\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Freedchan7%2Fscaffolder","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Freedchan7%2Fscaffolder","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Freedchan7%2Fscaffolder/lists"}