loadkit icon indicating copy to clipboard operation
loadkit copied to clipboard

Using loadkit registered loaders with other paths

Open daurnimator opened this issue 6 years ago • 0 comments

I created my own custom lua loader (not using package.path) to use a special directory structure. However, this broke loadkit related modules.

Could you provide a function such as loadkit.search(basepath, module_name) which would search for a given module name inside of a given folder?

daurnimator avatar Mar 11 '19 12:03 daurnimator