
Research
Malicious npm Packages Impersonate Flashbots SDKs, Targeting Ethereum Wallet Credentials
Four npm packages disguised as cryptographic tools steal developer credentials and send them to attacker-controlled Telegram infrastructure.
gh-usecases
Advanced tools
GitHubリポジトリ管理ワークフローを簡素化する対話型CLIツール。AI支援機能により、リポジトリの作成とチーム管理を効率化します。
Note: The user interface is displayed in English.
注意: ユーザーインターフェースは英語で表示されます。
gh
) 認証との統合# リポジトリをクローン
git clone https://github.com/yourusername/gh-usecases.git
cd gh-usecases
# 依存関係をインストール
yarn install
# ビルド
yarn build
yarn command
# グローバルインストール後
npm install -g .
gh-usecases
# または npx 経由
npx gh-usecases
Create a new repository
: 新規リポジトリを作成Add existing repository to teams
: 既存リポジトリをチームに追加Create repository and add to teams
: リポジトリ作成とチーム追加を一度に実行Configure Gemini API Key
: AI機能の設定Gemini AIを使用してリポジトリ名と説明文の提案を受けるには、以下の2つの方法があります:
gh-usecases
# メインメニューから「Configure Gemini API Key」を選択
APIキーは ~/.gh-usecases.json
に安全に保存され、再利用されます。
# 環境変数を設定して実行
GEMINI_API_KEY=your-api-key gh-usecases
# または事前にエクスポート
export GEMINI_API_KEY=your-api-key
gh-usecases
Gemini API キーは Google AI Studio から取得できます。
gh
) がインストールされ、認証済みであることrepo
, admin:org
, write:org
設定は ~/.gh-usecases.json
に保存されます:
{
"selectedAccount": {
"type": "organization",
"login": "my-org"
}
}
# 開発モード(ホットリロード)
yarn dev
# TypeScriptのビルド
yarn build
# 型チェック
yarn tsc --noEmit
# テスト実行
yarn test
# 必要なスコープで認証を更新
gh auth refresh -s repo,admin:org,write:org
Issue や Pull Request を歓迎します。
MIT
FAQs
GitHubリポジトリ管理ワークフローを簡素化する対話型CLIツール。AI支援機能により、リポジトリの作成とチーム管理を効率化します。
The npm package gh-usecases receives a total of 7 weekly downloads. As such, gh-usecases popularity was classified as not popular.
We found that gh-usecases demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Research
Four npm packages disguised as cryptographic tools steal developer credentials and send them to attacker-controlled Telegram infrastructure.
Security News
Ruby maintainers from Bundler and rbenv teams are building rv to bring Python uv's speed and unified tooling approach to Ruby development.
Security News
Following last week’s supply chain attack, Nx published findings on the GitHub Actions exploit and moved npm publishing to Trusted Publishers.