Distribute Lume through asdf plugins
See original GitHub issueasdf
is a CLI tool that can manage multiple language runtime versions on a per-project basis.
While Lume is quite easy to install, sometimes it’s desirable to handle multiple versions. I think it might look very similar to the asdf-deno repository.
Issue Analytics
- State:
- Created a year ago
- Comments:6 (3 by maintainers)
Top Results From Across the Web
Plugins - asdf
Plugins are how asdf knows to handle different tools like Node.js, Ruby, Elixir etc. See Creating Plugins for the plugin API used to...
Read more >Getting Started | asdf
Installing a plugin for each tool/runtime you wish to manage; Installing a version of the tool/runtime; Setting global and project versions via ......
Read more >All Commands - asdf
The list of all commands available in asdf . This list is the asdf help command text. MANAGE PLUGINS asdf plugin add <name>...
Read more >Create a Plugin - asdf
ASDF_INSTALL_PATH - the dir where the it has been installed (or should be installed in case of the bin/install script). These additional ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Great! Then at some point we can set the path to start retiring the
Docker
images. I think wheneverDeno
tasks become stable could be the starting point 🤔It’s downloaded only the first time, the next time Deno use the cached version, so you don’t need to be connected all the time.
If you want to work on a
asdf
plugin, I’m ok with that, but I don’t know what’s the advantage over the import map file.