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