An open API service indexing awesome lists of open source software.

https://github.com/jackkweyunga/npm-pkg-test

A sample node package. Could be super help full towards creating your own.
https://github.com/jackkweyunga/npm-pkg-test

javascript nodejs npm-package

Last synced: 3 months ago
JSON representation

A sample node package. Could be super help full towards creating your own.

Awesome Lists containing this project

README

          

# npm-pkg-test

My first CI/CD intergrated node package

## try it out

#### installation
```cmd
npm i @jackkweyunga/npm-pkg-test
```

#### usage
```javascript

const { sayHellow } = require("@jackkweyunga/npm-pkg-test")

sayHellow()

```

#### usage
```cmd
> Hello from nmp
```



nice for me 🦖