asdf plugin for Franklin.jl.
Julia static site generator.
bash,curl,tar, and POSIX utilities
Plugin:
asdf plugin add franklin https://github.com/hyperpolymath/asdf-franklin-plugin.gitfranklin:
# Show all installable versions
asdf list-all franklin
# Install specific version
asdf install franklin latest
# Set a version globally (in your ~/.tool-versions file)
asdf global franklin latest
# Now franklin commands are available
franklin --versionCheck asdf readme for more instructions.
# List installed versions
asdf list franklin
# Set local version for current directory
asdf local franklin <version>
# Uninstall a version
asdf uninstall franklin <version>Contributions welcome! Read the contributing guidelines first.
Licensed under the Palimpsest-MPL License (PMPL-1.0).
Maintained by hyperpolymath