Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: TanStack/create-tsrouter-app
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: TanStack/create-tsrouter-app
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: feature/dev-watch-command
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 4 commits
  • 12 files changed
  • 1 contributor

Commits on Jul 24, 2025

  1. feat: add dev watch command for framework development

    Addition of a --dev-watch cli arg so that when working on add-ons you can continually scaffold an app when changes are detected
    
    - add --dev-watch cli arg e.g. --dev-watch ./frameworks/react-cra
    - add --no-install cli arg - skips install deps. Needed so we aren't installing deps when package.json doesn't change in --dev-watch
    timoconnellaus committed Jul 24, 2025
    Configuration menu
    Copy the full SHA
    12b82dc View commit details
    Browse the repository at this point in the history
  2. feat: improve dev watch command output with tree-style formatting

    - Replace emoji-based logging with cleaner tree-style output
    - Add visual hierarchy for build progress and file changes
    - Show inline diffs with proper indentation
    - Reduce visual noise while maintaining all important information
    - Create silent environment for initial app creation to avoid duplicate output
    timoconnellaus committed Jul 24, 2025
    Configuration menu
    Copy the full SHA
    4fa9ff4 View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2025

  1. Configuration menu
    Copy the full SHA
    f2cf55b View commit details
    Browse the repository at this point in the history
  2. docs: add --dev-watch command documentation to CONTRIBUTING.md

    - Add comprehensive guide for using the --dev-watch feature
    - Include example workflow with real command examples
    - Document auto-rebuild and live reload capabilities
    - Update pnpm-lock.yaml after merge
    timoconnellaus committed Aug 11, 2025
    Configuration menu
    Copy the full SHA
    7cc463b View commit details
    Browse the repository at this point in the history
Loading