Back to packages

publisher

A Mosaic package

Latest version
0.1.3

Documentation

Publisher Package

This is a test package for the Mosaic Package Manager.

Features

  • Prints "Hello from Mosaic!"
  • Exports a hello() function.

Usage

local Publisher = require(game.ScriptService.publisher)
Publisher.hello()

Installation

mosaic install publisher

Install

$ mosaic install publisher@0.1.3

Or add to your mosaic.toml manually:

[dependencies]
publisher = "0.1.3"

Usage

-- In your Polytoria script
local Publisher = require(game["ScriptService"]["publisher"])

Dependencies

No dependencies.

Version History

  • v0.1.3
    Feb 11, 2026
    Latest

Author

Doshiba

License

None

Downloads

1