Thanks to visit codestin.com
Credit goes to Github.com

Skip to content

it-s/lua-Utilities

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

lua-Utilities

A small collection of lua functions split into cathegories. Each module is fully self-contained and does not depend on any external library.

##Adding you your [existing] project

  • Add the library to your git project. Clone it, or use it as a submodule:
  git submodule add [email protected]:it-s/lua-Utilities.git

##Initializing the module

  • Include it into your project:
  local Utils = require "lua-Utilities.[Library Name]"

About

A few LUA functions I find useful in my programms

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages