asdf/docs/index.md

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

41 lines
1.3 KiB
Markdown
Raw Permalink Normal View History

2021-07-22 22:26:21 -07:00
---
# https://vitepress.dev/reference/default-theme-home-page
layout: home
hero:
name: asdf
text: The Multiple Runtime Version Manager
tagline: Manage all your runtime versions with one tool!
actions:
- theme: brand
text: Get Started
link: /guide/getting-started
- theme: alt
text: What is asdf?
link: /guide/introduction
- theme: alt
text: View on GitHub
link: https://github.com/asdf-vm/asdf
2021-07-22 22:26:21 -07:00
features:
- title: One Tool
details: "Manage each of your project runtimes with a single CLI tool and command interface."
icon: 🎉
2021-07-22 22:26:21 -07:00
- title: Plugins
details: "Large ecosystem of existing runtimes & tools. Simple API to add support for new tools as you need!"
icon: 🔌
2021-07-22 22:26:21 -07:00
- title: Backwards Compatible
details: "Support for existing config files .nvmrc, .node-version, .ruby-version for smooth migration!"
icon: ⏮
2021-07-22 22:26:21 -07:00
- title: "One Config File"
details: ".tool-versions to manage all your tools, runtimes and their versions in a single, sharable place."
icon: 📄
2021-07-22 22:26:21 -07:00
- title: "Shells"
2021-11-18 03:05:27 -07:00
details: "Supports Bash, ZSH, Fish & Elvish with completions available."
icon: 🐚
2021-07-22 22:26:21 -07:00
- title: "GitHub Actions"
2021-07-29 06:04:29 -07:00
details: "Provides a GitHub Action to install and utilize your .tool-versions in your CI/CD workflows."
icon: 🤖
2021-07-22 22:26:21 -07:00
---