Skip to content

CrouchingMuppet/asdf-daytona

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

asdf-daytona Build Lint

Daytona plugin for mise-en-place and the asdf version manager.

Contents

Dependencies

  • bash, curl, tr: generic POSIX utilities.

Install

mise plugin:

Mise automatically installs plugins.

asdf plugin:

asdf plugin add daytona
# or
asdf plugin add daytona https://github.com/CrouchingMuppet/asdf-daytona.git

Daytona via mise:

# Show all installable versions
mise list-all daytona

# Set a version globally (on your ~/.mise.toml file)
mise global daytona latest

# Now daytona commands are available
daytona server

Check mise-en-place documentation for more instructions on how to install & manage versions.

Daytona via asdf:

# Show all installable versions (mise can be a drop-in replacement for the asdf command)
asdf list-all daytona

# Install specific version
asdf install daytona latest

# Set a version globally (on your ~/.tool-versions file)
asdf global daytona latest

# Now daytona server can be started
daytona server

Check asdf readme for more instructions on how to install & manage versions.

Contributing

Contributions of any kind welcome! See the contributing guide.

Thanks goes to these contributors!

License

See LICENSE © Miles Parfitt

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages