module Mint::SourceFiles

Extended Modules

Defined in:

utils/source_files.cr

Instance Method Summary

Instance Method Detail

def everything(json : MintJson, *, include_tests = false, dot_env = ".env") : Array(String) #

[View source]
def globs(jsons : Array(MintJson), *, include_tests = false) : Array(String) #

[View source]
def globs(json : MintJson, *, include_tests = false) : Array(String) #

[View source]
def packages(json : MintJson, *, include_self = false) : Array(MintJson) #

[View source]