@laye-mangane/first-npm-pkg
v1.0.2
Published
My First package npm displaying 'Hello NPM' message !
Downloads
4
Readme
First-NPM-PKG
My First package npm displaying 'Hello NPM' message !
Installation
To install this package run the following command :
npm
npm install @laye-mangane/first-npm-pkg
yarn
yarn add @laye-mangane/first-npm-pkg
usage
Here is a simple example to use this package :
const { helloNpm } = require("@laye-mangane/first-npm-pkg")
console.log(helloNpm());
test
To run the tests, run the following command :
npm test