lil-evil / inspect.lua

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Inspect

A Lua library to dump tables and various data.

Summary


  1. Installation
  2. Usage
  3. Documentation
  4. Changelog
  5. License

Installation

You can install inspect using lit. Run the following command:

$ lit install lil-evil/inspect

Usage

To use inspect in your Lua project, you need to require the module:

local inspect = require"inspect"

print(inspect(_G, {depth=1, color=true, compact=true}))

Documentation

TODO

Changelog

You can see the full changelog here.

License

This project is licensed under the MIT License. See the LICENSE file for more information.

About

License:MIT License


Languages

Language:Lua 100.0%