A modern utility library for Lua, offering tons of supplemental goodness for your projects.
Direct Download
- Download the latest release from the release page.
- Unpack and upload to a folder that is recognized by
LUA_PATH
.
LuaRocks
...soon!
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).
- This package is heavily inspired by Lodash.
- Default color palettes inspired by tailwindcss.
This project is licensed under the MIT License - see the LICENSE file for details