Skip to content

v0.1.1

Choose a tag to compare

@github-actions github-actions released this 05 Jan 19:29
· 78 commits to main since this release
9d56eac

What's New in v0.1.1

🐛 Bug Fixes

  • fix(install): add DTVEM_ROOT support to PowerShell installer (#175)

🔧 Maintenance

  • chore(docs): update README links to point to dtvem.io website (#177)
  • chore(schemas): update old org URLs to CodingWithCalvin
  • chore: add editorconfig
  • chore: migrate from dtvem org to CodingWithCalvin
  • fix(ci): add missing .github path segment in workflow references
  • refactor(ci): move reusable integration test workflows to dtvem/.github

Installation

Quick Install (Recommended)

macOS / Linux:

curl -fsSL https://github.com/CodingWithCalvin/dtvem.cli/releases/download/v0.1.1/install.sh | bash

Windows (PowerShell):

irm https://github.com/CodingWithCalvin/dtvem.cli/releases/download/v0.1.1/install.ps1 | iex

Manual Installation

  1. Download the appropriate archive for your platform from the assets below
  2. Extract the archive
  3. Move binaries to a directory in your PATH
  4. Run dtvem init to complete setup

Supported Platforms

  • ✅ Windows (amd64, arm64)
  • ✅ macOS (amd64, arm64/Apple Silicon)
  • ✅ Linux (amd64)