Skip to content

A modern utility library for Lua, offering tons of supplemental goodness for your projects.

License

Notifications You must be signed in to change notification settings

skrolikowski/Lua-Lander

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Lua Lander

A modern utility library for Lua, offering tons of supplemental goodness for your projects.

Installation

Direct Download

  1. Download the latest release from the release page.
  2. Unpack and upload to a folder that is recognized by LUA_PATH.

LuaRocks

...soon!

Getting Started

Step 1: Add the following once in your project:

require 'lua-lander'

Step 2: Start using!

> _:camelCase('Hello World!')          # => 'helloWorld'
> _:fill({'a', 'b', 'c'}, 'd', 2, 3)   # => {'a', 'd', 'd'}
> _:color('gray-100')                  # => 0.97, 0.98, 0.99

Find more in the (Documentation).

Acknowledgements

  • This package is heavily inspired by Lodash.
  • Default color palettes inspired by tailwindcss.

License

This project is licensed under the MIT License - see the LICENSE file for details

About

A modern utility library for Lua, offering tons of supplemental goodness for your projects.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages