Personal utility functions
npm install @nealalim26/utilssh
npm install @nealalim26/utils
`
$3
`sh
npm init
`
$3
#### Link for local package (for development run this command in the main repo)
`sh
npm link
`
#### Install the local package to test script.js
`sh
npm link @nealalim26/utils
`
$3
#### Make sure to run npm login before publishing also check the version in package.json
`sh
npm publish --access public
``