renatosc / coronastd

Luacheck standard set of globals (std) for Corona SDK

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

coronastd

Luacheck standard set of globals (std) for Corona SDK.

LuaRocks Build Status

How to use

Option 1: Using luarocks

Install coronastd via luarocks:

$ luarocks install coronastd

Option 2: Manual download

Download the coronastd.lua file to the root of your project.

Configure luacheck

Add the following line to your .luacheckrc:

std = require('coronastd')

About

Luacheck standard set of globals (std) for Corona SDK

License:MIT License


Languages

Language:Shell 42.2%Language:Lua 38.4%Language:Makefile 19.4%