How to make my ss4 module display on the ss addon list?

Hi,

I’ve created an ss4 module: alexstack/silverstripe-custom-page-with-contact-us-form - Packagist

The composer.json code is:

My question is How to make my ss4 module display on the ss addon list?
https://addons.silverstripe.org/add-ons

Many thanks
Alex

Once you submit to packagist, the add-ons directory should update automatically. It usually takes a few hours to happen though.

Looks like your module is in there now: Add-ons · SilverStripe Add-ons

@Tim Thank you for your quick reply. Yes, the addon shows up now but the weired thing is no readme.

I’ve got the readme.md in Github, Do you have any idea why it does not show up here: https://addons.silverstripe.org/add-ons/alexstack/silverstripe-custom-page-with-contact-us-form

Thanks

The only thing I can see which might be a possibility is that your readme file has a lower-case filename. I’m wondering if the add-ons directory expects to find README.md instead. (The modules where it shows up seem to use this format).

May be worth changing the filename and doing a release to test. (It’ll likely take an overnight refresh before it shows up still)