test-cli-simple
v1.0.0
Published
A simple test CLI tool
Readme
test-cli-simple
A simple test CLI tool for demonstration purposes.
Installation
npm install -g test-cli-simpleUsage
# Greet someone
test-cli greet John
# Show help
test-cli help
# Show version
test-cli versionDevelopment
# Install dependencies
npm install
# Build
npm run build
# Run locally
npm start greet WorldLicense
MIT
