Skip to content

Latest commit

 

History

History
61 lines (44 loc) · 1.41 KB

File metadata and controls

61 lines (44 loc) · 1.41 KB

Comet CLI

Comet

Command-line interface for Hydrogen script execution.

✨ Features

  • Create and manage Luau scripts from your terminal
  • Execute scripts directly without opening the GUI
  • Interactive command-line interface
  • List and organize your scripts collection

🚀 Getting Started

Quick Start (No Installation)

Run directly with npx:

# Run without installing
npx comet-cli-tool

Installation

Local Development

# Clone the repository
git clone https://github.com/FrozenProductions/Comet.git

# Navigate to the CLI directory
cd Comet/cli

# Install dependencies
npm install

# Build the CLI
npm run build

# Start the CLI
npm start

# link
npm link