@yukiookii/haiku

1.0.7 • Public • Published

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

Package Sidebar

Install

npm i @yukiookii/haiku

Weekly Downloads

2

Version

1.0.7

License

ISC

Unpacked Size

186 kB

Total Files

117

Last publish

Collaborators

  • yukiookii