1.0.2 • Published 10 months ago

@laye-mangane/first-npm-pkg v1.0.2

Weekly downloads
-
License
MIT
Repository
github
Last release
10 months ago

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
1.0.2

10 months ago

1.0.1

10 months ago

1.0.0

10 months ago