@yukiookii/haiku
v1.0.7
Published
CLi for Haiku team
Maintainers
Readme
Haiku CLI
Features
Weather: Fetch current weather information.
Monitor System: Track system metrics.
Generate Password: Create secure passwords.
Count Files and Folders: Count files and folders in a directory.
etc
Installation
[!NOTE] Make sure you have installed Node.js and npm before proceeding.
Clone the repository
git clone https://github.com/Koteru-Haiku/cli.gitInstall dependencies:
cd cli
npm installUsage
Run the CLI using:
npm run build
node dist/src/index.js <command> [options]Or config in package.json
"bin": {
"your_cli_name": "./dist/src/index.js"
}then
npm run build
npm link
your_cli_name <command> [options]License
Haiku CLI is open-source software licensed under the MIT License
