@vinciworks-devs/hello-npm
v1.7.0
Published
A simple utility package for demonstration.
Downloads
34
Keywords
Readme
Hello NPM
A simple npm package that greets NPM with a friendly message.
Installation
npm install hello-npmUsage
import helloNpm from 'hello-npm';
// Call the function to log "Hello, NPM!"
helloNpm();Purpose
This package demonstrates basic npm module structure with a default export. It's designed as a simple example for learning about package creation and distribution.
API
helloNpm()
A simple function that logs "Hello, NPM!" to the console when called.
Parameters: None
Returns: undefined
