mirror of
https://github.com/pesde-pkg/hello.git
synced 2025-12-08 10:31:55 +00:00
Prints hello. Intended for use in examples.
| .vscode | ||
| docs | ||
| scripts | ||
| .gitignore | ||
| bin.luau | ||
| lib.luau | ||
| LICENSE | ||
| pesde-base.toml | ||
| pesde.lock | ||
| pesde.toml | ||
| README.md | ||
| rokit.toml | ||
pesde/hello
A pesde package that prints hello. This package is intended to be used in examples.
Library
The library contains a single function that prints hello.
local hello = require("./packages/hello")
hello()
Binary
The binary prints hello.
pesde x pesde/hello
Building
The packages for different targets are generated with a script.
pesde run build
The generated packages will appear in the build directory.