Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 998 Bytes

README.md

File metadata and controls

28 lines (20 loc) · 998 Bytes

pilot-lua-template

Template for writing programs in pilot.lua

Features

  • Full code completion using Luau LSP and autopilot.lua
  • Code formatting and linting using StyLua and Selene (Requires extension)
  • Compiles into a single, obfuscated script ready for microcontrollers using darklua

Getting Started

Click the "Use this template" button or download this repository wherever you like.

Remove this text and everything above it.

my-pilot-lua-project

Build

To build:

  1. Install aftman
  2. Run aftman install to install dependencies
  3. Build the project with darklua
darklua process src/init.lua build/bundle.lua
> successfully processed 1 file (in 7.6709ms)

The file will be written to build/bundle.lua.