Skip to content

mlysy/asdf-quarto

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

asdf-quarto Build Lint

quarto plugin for the asdf version manager.

Contents

Dependencies

Install

Plugin:

# asdf plugin add quarto # not supported yet
# or
asdf plugin add quarto https://github.com/mlysy/asdf-quarto.git

quarto:

# Show all installable versions
# uncomment below for asdf version < 0.16.0
# (see https://asdf-vm.com/guide/getting-started-legacy.html)
# asdf list-all quarto
#
# asdf version >= 0.16.0
asdf list all quarto

# Install specific version
asdf install quarto latest

# Set a version globally (on your ~/.tool-versions file)
# uncomment below for asdf version < 0.16.0: 
# asdf global quarto latest
#
# asdf version >= 0.16.0
asdf set -u quarto latest

# Now quarto commands are available
quarto --help

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 © Martin Lysy

About

quarto plugin for the asdf version manager [maintainer=@mlysy]

Resources

License

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages