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