codebuddy-cli
v1.0.0
Published
A simple CLI tool that outputs Hello, World!
Downloads
47
Readme
codebuddy-cli
A simple CLI tool that outputs "Hello, World!"
Installation
npm install -g codebuddy-cliUsage
codebuddy-cliThis will output: Hello, World!
Development
# Clone the repository
git clone <repository-url>
cd codebuddy-cli
# Install dependencies
npm install
# Run the CLI
npm startPublishing
To publish this package to npm:
npm login
npm publishLicense
MIT
