qwencc
v0.1.0
Published
A Node.js CLI tool
Readme
qwencc
A Node.js CLI tool
Installation
npm install -g qwenccUsage
qwencc --help
qwencc hello
qwencc hello John
qwencc hello John --uppercaseDevelopment
# Install dependencies
npm install
# Link for local development
npm link
# Test the CLI
qwencc --versionPublishing to npm
# Login to npm (first time only)
npm login
# Publish
npm publishLicense
MIT
