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.
- Host: GitHub
- URL: https://github.com/jackkweyunga/npm-pkg-test
- Owner: jackkweyunga
- License: mit
- Created: 2021-08-13T01:16:47.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-08-13T05:00:59.000Z (almost 5 years ago)
- Last Synced: 2023-09-20T08:33:16.200Z (almost 3 years ago)
- Topics: javascript, nodejs, npm-package
- Language: JavaScript
- Homepage:
- Size: 97.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 🦖