@huyz190/helloz
v1.0.0
Published
A simple greeting utility
Downloads
2
Readme
helloz
A simple greeting utility that provides a friendly way to say hello.
Installation
npm install helloz
# or
yarn add helloz
# or
bun add hellozUsage
import { sayHi } from 'helloz';
sayHi('World'); // Outputs: Hello, WorldDevelopment
To install dependencies:
bun installTo build:
bun run buildTo run:
bun run src/index.tsThis project was created using bun init in bun v1.2.16. Bun is a fast all-in-one JavaScript runtime.
