1.0.0 • Published 1 year ago

@sd6302/hello-world-pnpm v1.0.0

Weekly downloads
-
License
ISC
Repository
github
Last release
1 year ago

@sd6302/hello-world-pnpm

A simple hello world package demonstrating PNPM package publishing.

Installation

pnpm add @sd6302/hello-world-pnpm

Usage

const { sayHello } = require('@sd6302/hello-world-pnpm');

// Say hello to the world
console.log(sayHello()); // Output: Hello, World!

// Say hello to someone
console.log(sayHello('Alice')); // Output: Hello, Alice!

License

ISC

1.0.0

1 year ago