comet-cli-tool
v1.0.4
Published
Comet Script Executor CLI
Downloads
36
Readme
Comet CLI
✨ Features
🚀 Getting Started
Quick Start (No Installation)
Run directly with npx:
# Run without installing
npx comet-cli-toolInstallation
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