Skip to content

Lightweight duplicate of Lua's require function based on understanding and behavior.

License

Notifications You must be signed in to change notification settings

Kuiarasu/lua-require

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

lua-require

Lightweight duplicate of Lua's require function based on understanding and behavior.

Only tested on Luvit

Running the library is as simple as requiring it, it will override the current environment's require with a duplicated one.

require('require');

About

Lightweight duplicate of Lua's require function based on understanding and behavior.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Languages