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 🙏

© 2024 – Pkg Stats / Ryan Hefner

@ishida-daiki/github-discussions

v1.0.0

Published

This package is a Figma plugin that enables seamless posting of various types of requests, feedback, and discussions directly to GitHub Discussions.

Downloads

2

Readme

[!NOTE] このプラグインは組織内でのみ使用可能です! プラグインには、Figma ユーザーが利用できる Public なプラグインと Private なプラグインの 2つが存在しますが、このプラグインは Private なものであり、組織内に属するメンバーのみが使用できます。

Feedback to Turtle

Github Discussions

Github Discussions プラグインを使用すると、

Table of content

Using

  1. Github Discussions ページにアクセス
  2. 「場所を指定して開く...」もしくは、「Open in...」をクリック

Settings

開発環境の設定

  1. ishida-daiki リポジトリをクローン
git clone [email protected]:ishida-daiki/github-discussions.git
  1. github-discussions フォルダーに移動
cd github-discussions
  1. 必要なパッケージをインストール
npm install
  1. vs code を起動
code .
  1. ルートに .env ファイルを作成し、下記の値を設定
例)ishida-daiki / github-discussions の場合

GITHUB_OWNER=ishida-daiki
GITHUB_REPO=github-discussions
GITHUB_ACCESS_TOKEN=#新規作成した Github のパーソナルアクセストークンを設定してください

[!IMPORTANT] .env ファイルの GITHUB_ACCESS_TOKEN に値が設定されていないと、Github Discussions の情報取得や Github Discussion への登録ができません。 必ず、パーソナルアクセストークンを発行後、.env ファイルに設定してください。

作成方法は パーソナルアクセストークンの作成 をご確認ください。

  1. 🎉 開発環境が整いました!実際に開発を行う際は、Build を読んで開発を行ってください。

パーソナルアクセストークンの作成

  1. Github にログイン後、https://github.com/settings/tokens を開く
  2. Generate new token を押下
  3. 「Note」 に、トークン名を設定
  4. 「Expiration」 を No expiration で設定
  5. 「Select scopes」 の repowrite:discussion にチェックを入れる
  6. Generate token を押下
  7. 生成されたトークンをコピーし、.env ファイルの GITHUB_ACCESS_TOKEN に設定 設定

[!WARNING] 複数の GITHUB_ACCESS_TOKEN を作成するのではなく、一つだけ生成し、それをチーム内で共用する方法を推奨します。

Build

プラグインをビルドするコマンド

npm run build

上記コマンドを実行すると、manifest.json ファイルとプラグイン用の JavaScript バンドルを含む build/ ディレクトリが生成されます。

プラグインを自動的に再ビルドするコマンド

npm run watch

上記コマンドにより、ソースコードの変更が監視されます。更新があるとプラグインは自動的に再ビルドされます。

Appendix

Figmaの公式ドキュメントとコードサンプル: