@kandali/hello-world-package
v1.0.0
Published
This custom package contains a method to return hello world message
Downloads
2
Readme
npm-package-publish
commands to create node project
npm init give values to prompts
run command "npm link" in the source project
in desitnation project run command "npm link <>"
in destination project, add script.js
Run command "node script.js"