hello-npm-by-anusatya
v1.0.0
Published
My first npm package
Readme
hello-npm-by-anusatya
My first npm package — a simple hello function.
Install
npm install hello-npm-by-anusatyaUsage
const hello = require('hello-npm-by-anusatya');
console.log(hello()); // "Hello from NPM"License
MIT © Anusatya Choudhary
