octo-image
v0.4.2
Published
GitHub の様々な画像を取得するコマンド ライン ツールです
Downloads
5
Readme
日本語 | English
octo-image
octo-image は、GitHub の様々な画像を取得するコマンド ライン ツールです。
動作には Google Chrome が必要です。
インストール
npm i -g octo-image
使い方
アバター
octo-image avatar <user>
コントリビューション グラフ
octo-image contribution-graph <user>
インボルブ
octo-image involves [--absolute-time] [--exclude-user <user>] [--sort <criteria>] <user>
オープン グラフ
octo-image open-graph <user> <repo>
API
avatar
Parameters
user
string ユーザー
contributionGraph
Parameters
involves
Parameters
user
string ユーザーabsoluteTime
boolean? true の場合は絶対時刻。それ以外の場合は相対時刻excludeUser
string? 除外するユーザーsort
string? ソート修飾子。https://docs.github.com/ja/search-github/getting-started-with-searching-on-github/sorting-search-results を参照
openGraph
Parameters
開発
リポジトリ
git clone https://github.com/AsaiToshiya/octo-image.git
cd octo-image
npm install
公開
npm version minor
git push origin main
git push origin --tags
ライセンス
MIT License
Copyright (c) 2022 Asai Toshiya
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.