publishing packages - PureScript

Welcome to the Functional Programming Zulip Chat Archive. You can join the chat here.

Mason Mackaman

Where is the most up-to-date documentation for publishing a package? I've been avoiding it due to each thing I see telling me to use pulp and bower, of which I have no familiarity and makes me wonder how up to date what I'm reading is.

Vladimir Ciobanu

You do need pulp in order to publish to pursuit.

Vladimir Ciobanu

The most up-to-date docs are on the spago readme. You will also need to follow the instructions for adding a package to the registry. I think you can find those on the purescript/package-sets CONTRIBUTING guide

Mason Mackaman

thanks! finally published my first (probably of many) package :)

Mason Mackaman

A step by step guide for publishing packages from start to finish https://gist.github.com/ursi/2afa464536316c904b526b5f0674bba4

The current process for Publishing PureScript packages - publishing-packages.md