Releases: lune-org/lune
Releases · lune-org/lune
Version 0.0.2
Added
-
Added support for command-line parameters to scripts
These can be accessed as a vararg in the root of a script:
local firstArg: string, secondArg: string = ... print(firstArg, secondArg)
-
Added CLI parameters for downloading type definitions:
lune --download-selene-typesto download Selene types to the current directorylune --download-luau-typesto download Luau types to the current directory
These files will be downloaded as
lune.ymlandluneTypes.d.luau
respectively and are also available in each release on GitHub.
Version 0.0.1
Initial experimental release
This is a very work-in-progress project, but I wanted to get a release out to be able to dogfood it by using it in other projects.