@naveen757757/hello-world
v1.0.2
Published
A simple hello world npm package
Readme
hello-world
A simple hello world npm package.
Installation
npm install @your-npm-username/hello-worldUsage
const helloWorld = require('@your-npm-username/hello-world');
console.log(helloWorld()); // Hello, World!
console.log(helloWorld('npm')); // Hello, npm!License
MIT
