Skip to content

Koteru-Haiku/cli

Repository files navigation

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.git

Install dependencies:

cd cli
npm install

Usage

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