Prints hello. Intended for use in examples.
Find a file
2024-12-01 13:43:23 +01:00
.vscode initial commit 2024-10-12 18:56:33 +02:00
docs docs: fix grammar 2024-12-01 13:43:23 +01:00
scripts docs: add documentation 2024-10-29 21:06:05 +01:00
.gitignore initial commit 2024-10-12 18:56:33 +02:00
bin.luau initial commit 2024-10-12 18:56:33 +02:00
lib.luau initial commit 2024-10-12 18:56:33 +02:00
LICENSE initial commit 2024-10-12 18:56:33 +02:00
pesde-base.toml docs: add documentation 2024-10-29 21:06:05 +01:00
pesde.lock initial commit 2024-10-12 18:56:33 +02:00
pesde.toml initial commit 2024-10-12 18:56:33 +02:00
README.md initial commit 2024-10-12 18:56:33 +02:00
rokit.toml initial commit 2024-10-12 18:56:33 +02:00

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.