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 🙏

© 2026 – Pkg Stats / Ryan Hefner

@denislonelys/orcode

v1.0.0

Published

OrCode — AI-powered interactive CLI

Readme

@denislonelys/orcode

OrCode — AI-powered interactive CLI. Полный доступ к Claude прямо из терминала.

Установка

npm install -g @denislonelys/orcode

После установки в системе появляется команда orcode.

Быстрый старт

# Запустить интерактивную сессию
orcode

# Авторизоваться
orcode login

# Не-интерактивный режим
orcode -p "Напиши функцию сортировки"

# Выбрать модель
orcode --model opus-new

# Продолжить последнюю сессию
orcode --continue

# Диагностика
orcode doctor

Возможности

  • Интерактивный REPL с горячими клавишами и автодополнением
  • 50+ slash-команд/model, /theme, /doctor, /status, /cost и другие
  • Авторизация через OrProject подписку (OAuth) или API ключ
  • Выбор модели — Opus 4.7, Opus 4.6, Sonnet 4.6, Haiku 4.5
  • 6 тем — тёмная, светлая, для дальтоников, ANSI-only
  • Сессии — автосохранение и возобновление
  • Bash режим — выполнение shell команд через !
  • Файловый контекст — просмотр файлов через @
  • Фоновые задачи — запуск через &

Флаги

orcode --help          Показать справку
orcode --version       Версия CLI
orcode --model <m>     Выбрать модель
orcode --print         Не-интерактивный режим
orcode --continue      Продолжить последнюю сессию
orcode --resume        Выбрать сессию для продолжения
orcode --verbose       Подробный вывод
orcode --debug         Режим отладки
orcode --bare          Минимальный режим
orcode --effort <l>    Уровень усилий (low/medium/high/xhigh/max)

Slash-команды

| Команда | Описание | |---------|----------| | /help | Справка по всем командам | | /model | Выбор модели Claude | | /theme | Смена темы оформления | | /config | Показать конфигурацию | | /status | Статус CLI и API | | /cost | Стоимость текущей сессии | | /doctor | Диагностика установки | | /context | Использование контекстного окна | | /diff | Показать git diff | | /export | Экспорт сессии (JSON/Markdown) | | /resume | Продолжить сохранённую сессию | | /login | Повторная авторизация | | /logout | Выйти из аккаунта | | /clear | Очистить экран | | /exit | Завершить работу | | /stickers | Пасхалка! ASCII стикеры |

Горячие клавиши

| Клавиша | Действие | |---------|----------| | ! | Режим bash | | / | Slash-команды | | @ | Вставка файла | | & | Фоновая задача | | ? | Справка по клавишам | | \ + Enter | Многострочный ввод | | Ctrl+C | Выход (с подтверждением) |

Конфигурация

Конфиг хранится в ~/.orcode/config.json. Сессии сохраняются в ~/.orcode/sessions/.

Модели и цены

| Модель | API ID | Input | Output | |--------|--------|-------|--------| | Claude Opus 4.7 | claude-opus-4-7 | $5/MTok | $25/MTok | | Claude Opus 4.6 | claude-opus-4-6 | $5/MTok | $25/MTok | | Claude Sonnet 4.6 | claude-sonnet-4-6 | $3/MTok | $15/MTok | | Claude Haiku 4.5 | claude-haiku-4-5 | $1/MTok | $5/MTok |

Требования

  • Node.js >= 18.0.0
  • npm

Лицензия

MIT