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

btp-agentation

v5.0.4

Published

Visual feedback tool for SAPUI5/Fiori Elements — select UI elements, add annotations, and send structured feedback to GitHub Copilot

Readme

BTP Agentation

SAP BTP / Fiori Elements 用ビジュアルフィードバックツール

npm version License: MIT

UI 要素をクリックして注記を追加し、構造化された Markdown で GitHub Copilot に送信できます。

インストール

npm install btp-agentation

npx で即座に使う

npx btp-agentation

使い方

1. ブックマークレット(推奨)

公式ページ からブックマークレットをブックマークバーにドラッグ&ドロップ。

2. script タグ

<script src="https://pcmn1000.github.io/my-side-by-side-app/btp-agentation.js"></script>

3. DevTools コンソール

var s=document.createElement('script');s.src='https://pcmn1000.github.io/my-side-by-side-app/btp-agentation.js';document.head.appendChild(s);

4. ローカルサーバー

npx btp-agentation --serve

5. Node.js から利用

const btpAgentation = require('btp-agentation');

// script タグを取得
console.log(btpAgentation.getScriptTag());

// ブックマークレットコードを取得
console.log(btpAgentation.getBookmarklet());

// CDN URL を取得
console.log(btpAgentation.getCdnUrl());

CLI オプション

| コマンド | 説明 | |---------|------| | npx btp-agentation | 使い方を表示 | | npx btp-agentation --script-tag | <script> タグを出力 | | npx btp-agentation --bookmarklet | ブックマークレットコードを出力 | | npx btp-agentation --console | DevTools コンソール用コードを出力 | | npx btp-agentation --url | CDN URL を出力 | | npx btp-agentation --serve [port] | ローカルサーバーで起動(デフォルト: 3939) |

操作方法

  1. Ctrl+Shift+A でツール起動
  2. UI 要素を クリック して選択(または テキストをドラッグ で選択)
  3. ポップオーバーで 注記を入力
  4. コピーボタン で構造化 Markdown をクリップボードにコピー
  5. VS Code に切り替えて Copilot Chat に貼り付け

機能

  • 🎯 UI5 コントロール検出 — バインディング、プロパティ、親コントロールを自動識別
  • 📝 テキスト選択 — ドラッグで特定のテキストにフィードバック
  • 🌙 ダークテーマ — 美しいダークモード UI
  • 🤖 Copilot 連携 — 構造化 Markdown で Copilot に直接送信
  • 📊 CDS アノテーション検出 — Fiori Elements コントロールを識別
  • ゼロ依存 — SAPUI5 が読み込まれたページで即動作

動作環境

  • SAP Fiori Elements
  • SAPUI5 / OpenUI5
  • SAP BTP
  • SAP S/4HANA
  • SAP Fiori Launchpad
  • Chrome / Edge / Firefox

ライセンス

MIT