@psachs-buf/npm-test-package
v1.3.0
Published
Test package for GitHub Actions release workflow
Readme
npm-test-package
A test package for GitHub Actions release workflow testing.
Installation
npm install npm-test-packageUsage
const { hello } = require('npm-test-package');
console.log(hello()); // "Hello, World!"