Skip to content

TohruMKDM/lua-extensions

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Lua Extensions

This library is intended for use in the Luvit environment. However it may eventually be adapted for use elsewhere.

Installation

lit install truemedian/extensions

Documentation

https://www.truemedian.me/lua-extensions/

Usage

Each extension may be loaded separately, or all at the same time. Alternatively, the extensions may be accessed individually without injecting them into your global environment.

Injecting All Extensions

This loads all extensions into the global environment.

local extensions = require 'extensions' ()

Using Individual Extensions

This accesses the split extension without ever modifying your global environment.

local extensions = require 'extensions'

local out = extensions.string.split("hello world", " ")

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Lua 74.8%
  • CSS 25.2%