scriptoris
v0.0.2
Published
A hello world CLI application
Readme
Scriptoris CLI
A hello world CLI application built with TypeScript, Chalk, Commander, and Tsup.
Installation
npm installDevelopment
Build and watch for changes:
npm run devBuild
Build for production:
npm run buildUsage
After building, run the CLI:
npm start hello
# or
npm start hello --name "Your Name"Or link it globally:
npm link
scriptoris hello --name "Your Name"Commands
scriptoris hello- Print a hello world message-n, --name <name>- Specify a name to greet (default: "World")
