A simple CLI tool that outputs Hello, World!
npm install codebuddy-codeA simple CLI tool that outputs "Hello, World!"
``bash`
npm install -g codebuddy-code
`bash`
codebuddy
This will output: Hello, World!
`bashClone the repository
git clone
cd codebuddy
Publishing
To publish this package to npm:
`bash
npm login
npm publish
``MIT