npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2025 – Pkg Stats / Ryan Hefner

@test2waterzhong/epam-cli

v0.0.18

Published

**AI-powered command-line workflow tool for developers**

Readme

EPAM CLI

AI-powered command-line workflow tool for developers

InstallationQuick StartFeaturesDocumentationContributing

🌟 Overview

EPAM CLI is a powerful command-line AI workflow tool adapted from Gemini CLI (details), enhanced with support for EPAM DIAL system models including GEMINI, CHATGPT, CLAUDE, and DEEPSEEK. It enhances your development workflow with advanced code understanding, automated tasks, and intelligent assistance.

💡 Free Options Available

Get started with EPAM CLI at no cost using any of these free options:

  • EPAM CLI - Free for all users

✨ Key Features

  • Code Understanding & Editing - Query and edit large codebases beyond traditional context window limits
  • Workflow Automation - Automate operational tasks like handling pull requests and complex rebases
  • Multi-Model Support - Compatible with EPAM DIAL system models: GEMINI, CHATGPT, CLAUDE, DEEPSEEK
  • Enterprise Integration - Seamless integration with Azure OpenAI and EPAM's AI infrastructure

🚀 Installation

Prerequisites

Ensure you have Node.js version 20 or higher installed.

curl -qL https://www.npmjs.com/install.sh | sh

Install from npm

npm install -g @test2waterzhong/epam-cli@latest
epam-cli --version

Install from GitLab Release

Download the portable binary directly from the latest release:

# Download the portable binary
curl -L "https://git.epam.com/epm-cnrm/EPAM-CODE/-/releases/v0.0.8/downloads/epam-cli-portable.js" -o epam-cli.js
chmod +x epam-cli.js

# Run the portable binary
./epam-cli.js

Install from source

git clone https://git.epam.com/epm-cnrm/EPAM-CODE.git
cd EPAM-CODE
npm install
npm install -g .

🎯 Quick Start

# Start EPAM CLI
epam-cli

# Example commands
> Explain this codebase structure
> Help me refactor this function
> Generate unit tests for this module

🔧 Configuration

Session Management

Control your token usage with configurable session limits to optimize costs and performance.

Configure Session Token Limit

Create or edit .epam-cli/settings.json in your home directory:

{
  "sessionTokenLimit": 32000
}

Session Commands

  • /compress - Compress conversation history to continue within token limits
  • /clear - Clear all conversation history and start fresh
  • /stats - Check current token usage and limits

📝 Note: Session token limit applies to a single conversation, not cumulative API calls.

Authentication

Choose your preferred authentication method based on your needs:

Azure OpenAI (EPAM Enterprise)

Use EPAM's Azure OpenAI proxy for enterprise access:

Configuration:

export AZURE_OPENAI_ENDPOINT="https://ai-proxy.lab.epam.com"
export AZURE_OPENAI_API_VERSION="2023-05-15"
export AZURE_OPENAI_DEPLOYMENT="your_deployment_name"
export AZURE_OPENAI_API_KEY="your_api_key"

Supported Models:

  • GEMINI models through Azure OpenAI proxy
  • CHATGPT models
  • CLAUDE models
  • DEEPSEEK models

OpenAI-Compatible API

Use API keys for OpenAI or other compatible providers:

Configuration Methods:

  1. Environment Variables

    export OPENAI_API_KEY="your_api_key_here"
    export OPENAI_BASE_URL="your_api_endpoint"
    export OPENAI_MODEL="your_model_choice"
  2. Project .env File

    Create a .env file in your project root:

    OPENAI_API_KEY=your_api_key_here
    OPENAI_BASE_URL=your_api_endpoint
    OPENAI_MODEL=your_model_choice

Regional Provider Options

⚠️ Regional Notice:

  • Mainland China: Use Alibaba Cloud Bailian or ModelScope
  • International: Use Alibaba Cloud ModelStudio or OpenRouter

Option 1: Alibaba Cloud Bailian (Apply for API Key)

export OPENAI_API_KEY="your_api_key_here"
export OPENAI_BASE_URL="https://dashscope.aliyuncs.com/compatible-mode/v1"
export OPENAI_MODEL="qwen3-coder-plus"

⌨️ Commands & Shortcuts

Session Commands

  • /help - Display available commands
  • /clear - Clear conversation history
  • /compress - Compress history to save tokens
  • /stats - Show current session information
  • /exit or /quit - Exit EPAM CLI

Keyboard Shortcuts

  • Ctrl+C - Cancel current operation
  • Ctrl+D - Exit (on empty line)
  • Up/Down - Navigate command history

📊 Benchmark Results

📄 License

LICENSE

⭐ Star History

📦 Repository & Packages