@alloycd/hello
v0.0.4
Published
Test package used to validate the Alloy multi-package npm publishing pipeline.
Readme
@alloycd/hello
Minimal test package used to smoke-test the Alloy multi-package npm publishing pipeline.
Usage
import { hello } from "@alloycd/hello";
console.log(hello("alloy"));
// => "Hello, alloy! — from @alloycd/hello"Purpose
This package has no real runtime functionality. It exists so the CI pipeline
(.github/workflows/publish-npm.yml) and the publish helper
(scripts/publish-npm-packages.ts) have a small, real package to build, pack,
and publish while validating the end-to-end flow.
