@alloycd/farewell
v0.0.3
Published
Second test package used to validate that the Alloy multi-package npm publishing pipeline correctly handles more than one publishable workspace.
Readme
@alloycd/farewell
Companion test package to @alloycd/hello. Exists so the publishing pipeline has more than one workspace to discover, build, and publish — exercising the multi-package logic in scripts/publish-npm-packages.ts.
Usage
import { farewell } from "@alloycd/farewell";
console.log(farewell("alloy"));
// => "Goodbye, alloy! — from @alloycd/farewell"