@1ngenio/hello-npm
v1.0.1
Published
A simple greeting utility package.
Readme
@1ngenio/hello-npm
A simple greeting utility package.
Installation
npm install @1ngenio/hello-npmUsage
import { greet } from '@1ngenio/hello-npm';
console.log(greet('World')); // Output: Hello World!API
greet(name: string): string
Returns a greeting message for the given name.
- name: The name to greet
Development
# Build the project
npm run buildLicense
ISC
