Skip to content

Releases: farce1/tinkerise

v0.2.3

28 Feb 10:46
bce7962

Choose a tag to compare

Security Fix

  • fix: Pin npx tinkerise to exact version @0.2.3 in skill file to resolve Snyk WO12 medium-risk finding ("Unverifiable external dependency detected"). All npx tinkerise commands in SKILL.md now reference a specific, auditable package version instead of fetching arbitrary latest code at runtime.

Full Changelog: v0.2.2...v0.2.3

v0.2.1

27 Feb 17:46
d692d3a

Choose a tag to compare

What's new

  • Agent skill for skills.sh — Added skills/tinkerise/SKILL.md so AI coding agents (Claude Code, Cursor, GitHub Copilot, Gemini, etc.) can scaffold projects using tinkerise. Install with:
npx skills add farce1/tinkerise
  • Updated README with agent skill installation instructions

Full Changelog: v0.2.0...v0.2.1

v0.2.0

26 Feb 22:31
ff61801

Choose a tag to compare

Features

  • --src-dir — Use src/ directory (Next.js)
  • --import-alias <alias> — Custom import alias, e.g. @/*, ~/ (Next.js, T3)
  • --biome — Use Biome linter/formatter (Next.js v16+, T3)
  • --empty — Initialize with no starter content (Next.js v15+, TanStack)
  • --overwrite — Overwrite existing directory (Vite, Remix, TanStack)
  • --app-router — Use App Router (Next.js, T3)
  • --template <name> — Project template/starter (Astro, Remix; Vite already supported)
  • Added >=16.0.0 versioned flag set with --biome support
  • Added Better Auth to component selection

Fixes

  • TanStack: --no-git and --no-install now supported
  • Remix: --package-manager now supported
  • Turborepo: --no-git now supported

Docs

  • None

Maintenance

  • --empty available for v15+
  • ESLint/Biome now explicit linter choices (no longer always-ESLint)
  • App Router moved from component picker to options multiselect

tinkerise@0.2.0

26 Feb 22:32
ff61801

Choose a tag to compare

Minor Changes

  • Add new unified flags for web scaffolders

    New flags: --src-dir, --import-alias, --biome, --empty, --overwrite, --app-router, and generalized --template support.

    Fixed mapping gaps: TanStack now supports --no-git/--no-install, Remix supports --package-manager, Turborepo supports --no-git.

    Next.js v16+ gets version-aware --biome support. T3 adds Better Auth and explicit ESLint/Biome linter choice.

Patch Changes

  • Updated dependencies []:
    • @tinkerise/cli@0.2.0

tinkerise@0.1.2

26 Feb 12:53
cc93d29

Choose a tag to compare

Features

  • None

Fixes

  • Fix documentation URL in README to point to GitHub Pages
  • Updated dependencies []:
  • @tinkerise/cli@0.1.2

Docs

  • None

Maintenance

  • None

@tinkerise/shared@0.2.0

26 Feb 22:32
ff61801

Choose a tag to compare

Minor Changes

  • Add new unified flags for web scaffolders

    New flags: --src-dir, --import-alias, --biome, --empty, --overwrite, --app-router, and generalized --template support.

    Fixed mapping gaps: TanStack now supports --no-git/--no-install, Remix supports --package-manager, Turborepo supports --no-git.

    Next.js v16+ gets version-aware --biome support. T3 adds Better Auth and explicit ESLint/Biome linter choice.

@tinkerise/shared@0.1.2

26 Feb 12:53
cc93d29

Choose a tag to compare

Patch Changes

  • Add README.md to all published packages

@tinkerise/core@0.2.0

26 Feb 22:32
ff61801

Choose a tag to compare

Minor Changes

  • Add new unified flags for web scaffolders

    New flags: --src-dir, --import-alias, --biome, --empty, --overwrite, --app-router, and generalized --template support.

    Fixed mapping gaps: TanStack now supports --no-git/--no-install, Remix supports --package-manager, Turborepo supports --no-git.

    Next.js v16+ gets version-aware --biome support. T3 adds Better Auth and explicit ESLint/Biome linter choice.

Patch Changes

  • Updated dependencies []:
    • @tinkerise/shared@0.2.0

@tinkerise/core@0.1.2

26 Feb 12:53
cc93d29

Choose a tag to compare

Patch Changes

  • Updated dependencies []:
    • @tinkerise/shared@0.1.2

@tinkerise/cli@0.2.0

26 Feb 22:32
ff61801

Choose a tag to compare

Minor Changes

  • Add new unified flags for web scaffolders

    New flags: --src-dir, --import-alias, --biome, --empty, --overwrite, --app-router, and generalized --template support.

    Fixed mapping gaps: TanStack now supports --no-git/--no-install, Remix supports --package-manager, Turborepo supports --no-git.

    Next.js v16+ gets version-aware --biome support. T3 adds Better Auth and explicit ESLint/Biome linter choice.

Patch Changes

  • Updated dependencies []:
    • @tinkerise/core@0.2.0
    • @tinkerise/shared@0.2.0