question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Distribute Lume through asdf plugins

See original GitHub issue

asdf 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:closed
  • Created a year ago
  • Comments:6 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
x80486commented, Apr 2, 2022

Great! Then at some point we can set the path to start retiring the Docker images. I think whenever Deno tasks become stable could be the starting point 🤔

1reaction
oscaroterocommented, Mar 29, 2022

but I think this time https://deno.land/x/lume@vX.Y.Z/ci.ts is downloaded all the time for every command?

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.

Read more comments on GitHub >

github_iconTop 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 >
Configuration | asdf
Manage multiple runtime versions with a single CLI tool.
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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found