Command-line interface for Hydrogen script execution.
- 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
Run directly with npx:
# Run without installing
npx comet-cli-tool
# 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