ashish-cli
v1.0.1
Published
Universal Code Runner CLI - Execute code in multiple languages without local compilers
Maintainers
Readme
Ashish CLI - Universal Code Runner
A command-line tool that executes code in multiple programming languages without installing local compilers.
🚀 Installation
npm install -g ashish-cli📖 Usage
# Run a file with automatic language detection
ashish script.py
# Run with input file
ashish solution.cpp -i input.txt
# List supported languages
ashish --list
# Get help
ashish --help📋 Supported Languages
- JavaScript/TypeScript
- Python
- C/C++
- Java
- C#
- Rust
- Go
- Ruby
- PHP
- And 10+ more!
⚙️ Configuration
Set your RapidAPI key for Judge0 (optional):
export RAPIDAPI_KEY="your-api-key"📝 Examples
Python:
ashish hello.pyC++ with input:
ashish solution.cpp -i input.txtJava:
ashish Main.java🔧 Development
git clone https://github.com/ashish-suman-sharma/ashish-cli.git
cd ashish-cli
npm install
npm link📜 License
MIT License - see LICENSE file for details.
Happy Coding! 🎉
