purescript-contrib / governance

Guidelines and resources for the PureScript Contributors organization
15 stars 3 forks source link

Use the provided repository flag in README template #26

Closed thomashoneyman closed 3 years ago

thomashoneyman commented 3 years ago

This is a followup to #25, which introduced a --repo CLI flag. This PR uses the repo variable everywhere we refer to a package's repository, ie. the README badges, Pursuit links, and so on. Previously this was hardcoded as purescript-{{packageName}}. Now, it's the {{repo}} variable, which by default is purescript-{{packageName}}.

thomashoneyman commented 3 years ago

The latest commit returns to purescript-{{packageName}} for Pursuit links.