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

calendit

v1.20260426.5

Published

Terminal-based calendar management tool for Google Calendar, Outlook, and macOS Calendar (EventKit) via CLI

Downloads

1,154

Readme

License: ISC TypeScript Node.js npm version

calendit (カレンディット) は、黒い画面(ターミナル)から、あなたのカレンダーの予定を調べたり、追加したり、Markdownなどのファイルと同期するためのコマンドラインツールです。 人間にとっても、AIエージェントにとっても、使いやすく設計されています。

✨ 何ができるの?(主な機能)

  • 🔍 予定の確認: 指定した期間の予定を Markdown, CSV, JSON 形式でスッと表示できます。
  • 📝 予定の一括反映: テキストファイルに書いた予定を、そのままカレンダーにまとめて登録・更新できます。
  • ⚡️ サクッと追加: --summary "ランチ" --start "12:00" のように1行で予定を追加できます。
  • 🔄 アカウント切り替え: 仕事用のGoogle、個人のOutlook、このMac専用のカレンダーなどを、名前(コンテキスト)で簡単に使い分けられます。
  • 🛡️ 安全設計: 間違えてカレンダーを消さないよう、変更前の確認や --dry-run(テスト実行)が用意されています。

🧍 初めての方・一般ユーザー向け

プログラムの知識がなくても大丈夫です。以下の3ステップで使い始められます!

1. インストール

Node.js (バージョン18以上) が入っているパソコンのターミナルで、次のコマンドを実行するだけです。

npm install -g calendit

[!TIP] インストールができたら calendit --version で動作を確認してみましょう。

2. 初期設定(使い方ガイド)

インストールが終わったら、どのカレンダーと繋ぐかを設定します。 図解付きで分かりやすく解説した初心者向けガイドをご用意しました。こちらを見ながら進めてください!

👉 初心者向けガイド(日本語)を読む


🤖 AI・エージェント向け(Cursor / GitHub Copilot 等)

AIエージェント(LLM)が自律的にカレンダーを操作する能力を持たせたい場合は、以下のドキュメントを参照してください。


💻 開発者向け

本リポジトリのソースコードを利用して、自分でビルドしたり開発に参加したりする場合はこちら。

Node.js 18以上とGitが必要です。

git clone https://github.com/chromatribe/calendit.git
cd calendit
npm ci
npm run build
npm run ux:link
calendit --version

以降のより詳細な手順は getting-started.md に集約しています。

自動テスト

npm test

📚 ドキュメント一覧

使い方やトラブルシューティングなど、すべてのドキュメントは docs/ フォルダにあります。 目的に合わせてお読みください。

👉 ドキュメント目次 (docs/README.md)