module Zap::Commands::Dlx

Defined in:

commands/dlx/config.cr
commands/dlx/dlx.cr

Class Method Summary

Class Method Detail

def self.get_identifier_and_path(packages : Array(Tuple(String, String | Zap::Package::Alias)), *, prefix : String | Nil = nil) #

Infer an identifier and a suitable location from the packages and versions


[View source]
def self.get_packages_versions(main_package : Package | Nil, config_packages : Array(String)) : Array(Tuple(String, String | Zap::Package::Alias)) #

Get the packages and versions from the config


[View source]
def self.run(config : Zap::Config, dlx_config : Dlx::Config) #

[View source]