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

@intra-mart/accel

v0.1.0

Published

CLI tool for intra-mart Accel Platform development

Readme

@intra-mart/accel

intra-mart Accel Platform (iAP) 開発プロジェクトの作成・管理を行うCLIツール。

コーディングエージェント(Claude Code、GitHub Copilot)向けのスキルファイルやインストラクションなどの資材を、資材リポジトリから取得しプロジェクトに配備します。

必要環境

  • Bun v1.0+
  • Git(--no-git-init を指定しない場合)

インストール

bun install -g @intra-mart/accel

または bunx で都度実行:

bunx @intra-mart/accel init my-project

コマンド

accel init [project-name]

新規プロジェクトを作成し、資材を配備します。

accel init my-project

project-name は省略可能です。省略した場合は対話でプロジェクト名を入力します(デフォルト: my-accel-project)。ディレクトリ名は最終的に確定したプロジェクト名と一致します。

対話形式でiAPバージョン、使用モジュール、エージェント種別などを選択します。

非対話モード

accel init my-project \
  --non-interactive \
  --agent claude-code \
  --locale ja

オプション一覧

| オプション | 型 | 説明 | デフォルト | |---|---|---|---| | [project-name] (位置引数) | string | プロジェクト名(ディレクトリ名と一致) | my-accel-project(対話で変更可) | | --agent | string | エージェント種別(claude-code, github-copilot、カンマ区切り) | 自動検出 | | --locale | string | ロケール(ja, en, zh_CN) | OS設定から自動検出 | | --artifact-id | string | アーティファクトID(pomの artifactId に相当) | プロジェクト名と同値 | | --group | string | グループ名(pomの groupId に相当) | com.example | | --project-version | string | プロジェクトバージョン | 0.1.0 | | --description | string | プロジェクトの説明 | "" | | --database | string | データベース種別(postgresql, oracle, sqlserver) | postgresql | | --javascript | boolean | TypeScriptの代わりにJavaScriptを使用 | false | | --juggling-project | string | IM-Jugglingプロジェクトパス | - | | --non-interactive | boolean | 非対話モード(このモードでは project-name が必須) | false | | --no-git-init | boolean | git initをスキップ | false(git initする) | | --skip-install | boolean | 依存インストールをスキップ | false |

accel attach

既存プロジェクト(カレントディレクトリ)にAccel CLIを適用します。

cd my-existing-project
accel attach --non-interactive

init との違い:

  • ディレクトリを新規作成せず、カレントディレクトリを使用
  • git initは行わない
  • プロジェクト名のデフォルトはカレントディレクトリ名
  • 既存ファイルがある配備先はスキップ(上書きしない)。スキップされたファイルは hashsum.txt および deployedAssets に記録されないため、detach の対象外となる

オプション一覧

| オプション | 型 | 説明 | デフォルト | |---|---|---|---| | --name | string | プロジェクト名 | カレントディレクトリ名 | | --agent | string | エージェント種別(claude-code, github-copilot、カンマ区切り) | 自動検出 | | --locale | string | ロケール(ja, en, zh_CN) | OS設定から自動検出 | | --artifact-id | string | アーティファクトID(pomの artifactId に相当) | プロジェクト名と同値 | | --group | string | グループ名(pomの groupId に相当) | com.example | | --project-version | string | プロジェクトバージョン | 0.1.0 | | --description | string | プロジェクトの説明 | "" | | --database | string | データベース種別(postgresql, oracle, sqlserver) | postgresql | | --javascript | boolean | TypeScriptの代わりにJavaScriptを使用 | false | | --juggling-project | string | IM-Jugglingプロジェクトパス | - | | --non-interactive | boolean | 非対話モード | false | | --skip-install | boolean | 依存インストールをスキップ | false |

accel detach

プロジェクトからAccel CLIの資材を解除します。

cd my-project
accel detach
  • 配備時からハッシュが変わっていないファイルを削除
  • ユーザーが編集したファイルはスキップ(警告表示)
  • .accel/ ディレクトリを削除

IM-Juggling連携

--juggling-project オプションでIM-Jugglingプロジェクトのパスを指定すると、juggling.im からiAPバージョンと使用モジュールを自動検出します。

accel init my-project --juggling-project /path/to/juggling-project

プロジェクト構造

accel init 実行後に生成されるディレクトリ構造:

my-project/
├── .accel/
│   ├── settings.json      # プロジェクト設定
│   └── hashsum.txt        # 配備資材のSHA-1ハッシュ
├── .claude/               # agent=claude-code 時
│   ├── CLAUDE.md
│   └── skills/
├── .github/               # agent=github-copilot 時
│   ├── copilot-instructions.md
│   └── AGENTS.md
└── .git/
  • .accel/settings.json — プロジェクト設定。git管理対象、手動編集可
  • .accel/hashsum.txt — 配備ファイルのSHA-1。detach 時の変更検出に使用

対応iAPバージョン

現段階では、2025-Autumn (8.0.38) のみをサポートしています。 iAPのバージョン検出処理については、2025-Autumn固定になるように一部処理を変更しています。