cult of claude
Publishing Guide banner
marcusgoll marcusgoll

Publishing Guide

Testing community intermediate

Description

This project distributes the Spec-Flow CLI to both npm and GitHub Packages so the repository no longer shows "No packages published".

Installation

Terminal
claude install-skill https://github.com/marcusgoll/Spec-Flow

README

Publishing Guide

This project distributes the Spec-Flow CLI to both npm and GitHub Packages so the repository no longer shows "No packages published".

Prerequisites

    undefined

Automated release (recommended)

    undefined

Manual publishing (fallback)

If you ever need to publish outside of the workflow:

# npm (requires an npm token configured locally)
npm publish --access public

# GitHub Packages
GITHUB_REPOSITORY_OWNER=marcusgoll node scripts/prepare-github-package.cjs
cd dist/github-package
npm publish --access public --registry https://npm.pkg.github.com

Remember to avoid republishing an existing version. Increment `package.json` if a release fails midway.