pharo-users@lists.pharo.org

Any question about pharo is welcome

View all threads

Share package

M
mspgate@gmail.com
Wed, Jul 21, 2021 9:10 AM

Hello everybody,

sorry for the newbie question. I would like to know what is the fastest, lightweight way to share a package with other Pharo users. the package can be downloaded from my GitHub.

thanks.

d

Hello everybody, sorry for the newbie question. I would like to know what is the fastest, lightweight way to share a package with other Pharo users. the package can be downloaded from my GitHub. thanks. d
RD
Renaud de Villemeur
Thu, Jul 22, 2021 11:09 AM

Hi,

You need to define a baseline, that will contain a definition of your dependencies, and everything needed to load and run your package with Metacello in Pharo.

For a full documentation, look here: https://github.com/pharo-open-documentation/pharo-wiki/blob/master/General/Baselines.md

All package inside pharo are using a baseline, but some can be more intimidating than others to study.

If you are looking for a simple, basic working example, you can have a look to 
https://github.com/rvillemeur/SmallGameOfLife

Renaud

Jul 21, 2021, 11:10 by mspgate@gmail.com:

Hello everybody,

sorry for the newbie question. I would like to know what is the fastest, lightweight way to share a package with other Pharo users. the package can be downloaded from my GitHub.

thanks.

d

Hi, You need to define a baseline, that will contain a definition of your dependencies, and everything needed to load and run your package with Metacello in Pharo. For a full documentation, look here: https://github.com/pharo-open-documentation/pharo-wiki/blob/master/General/Baselines.md All package inside pharo are using a baseline, but some can be more intimidating than others to study. If you are looking for a simple, basic working example, you can have a look to  https://github.com/rvillemeur/SmallGameOfLife Renaud Jul 21, 2021, 11:10 by mspgate@gmail.com: > > Hello everybody, > > > sorry for the newbie question. I would like to know what is the fastest, lightweight way to share a package with other Pharo users. the package can be downloaded from my GitHub. > > > thanks. > > > d > >