- Ilk yayin: tek fonksiyon `hello()`.↗ https://github.com/hamer1818/tulpar-pkg-helloworld/releases/download/v0.1.0/helloworld.tpr
helloworld
Test paketi — registry'nin uctan uca calistigini gostermek icin tek fonksiyonlu ornek paket.
Install
Latest (0.1.0)
tulpar pkg add helloworld@0.1.0
Make sure your tulpar.toml has
[registry] url = "https://pkg.tulparlang.dev", then run
tulpar pkg install.
Details
helloworld, Tulpar paket kayit altyapisinin uctan uca dogru
calistigini gostermek icin yayinlanmis ornek pakettir. Tek bir
fonksiyon icerir:
import "helloworld";
hello(); // "Merhaba, dunya!"
Kodu manuel olarak gormek icin asset URL’sine direkt curl atabilirsin:
curl -fsSL https://github.com/hamer1818/tulpar-pkg-helloworld/releases/download/v0.1.0/helloworld.tpr
Veya kayittan cektigin halini test etmek icin proxy uzerinden:
curl -fsSL https://pkg.tulparlang.dev/helloworld/latest.tpr