fooocus
v1.0.0
Published
A simple CLI application
Readme
fooocus CLI
A simple command-line interface application built with Node.js and Commander.js.
Installation
To install globally:
npm install -g .Or run directly without installing:
npx .Usage
fooocus [command] [options]Commands
hello
Say hello to the user
fooocus hello --name Johninfo
Display information about the application
fooocus infolist
List all available commands
fooocus listgreet
A more formal greeting
fooocus greet --title "Dr." --name Smithcalculate
Perform basic calculations
fooocus calculate add 5 3
fooocus calculate multiply 4 7Options
-V, --version: Output the version number-h, --help: Display help for command
License
MIT
