Skip to content
This repository was archived by the owner on Oct 2, 2022. It is now read-only.

Latest commit

 

History

History
33 lines (24 loc) · 811 Bytes

readme.md

File metadata and controls

33 lines (24 loc) · 811 Bytes

Lua template

This template is designed for any lua-based projects and using emmylua format compatible with sumneko-language-server.

Pre-requirements

  • lua >5 or luajit >2
  • luarocks >3

Installation

  • Fork this repo
  • Clone your fork
  • Install dependencies: lua run/install.lua
  • Update submodules: lua run/update.lua
  • Run helloworld: lua run/default.lua

Content

Libraries

  • inspect - variable inspector
  • lume - collection of first-needed functions
  • proto - oop library
  • log - simple logger