https://github.com/semba-yui/qiita-content
Qiita 記事管理用 リポジトリ
https://github.com/semba-yui/qiita-content
article documentation qiita
Last synced: 4 months ago
JSON representation
Qiita 記事管理用 リポジトリ
- Host: GitHub
- URL: https://github.com/semba-yui/qiita-content
- Owner: semba-yui
- Created: 2024-01-12T06:02:14.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-01-14T12:56:53.000Z (over 2 years ago)
- Last Synced: 2025-10-25T04:25:10.646Z (8 months ago)
- Topics: article, documentation, qiita
- Homepage: https://qiita.com/semba_yui
- Size: 97.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
Awesome Lists containing this project
README
# qiita-content
Qiita 記事管理用 リポジトリ
# 主なコマンド集
## Preview
```Shell
npx qiita preview
```
## 同期
```Shell
npx qiita pull
```
## 投稿
```Shell
npx qiita publish
```
## 参考
```Shell
$ npx qiita help
USAGE:
qiita []
COMMAND:
init 記事をGitHubで管理するための初期設定
login Qiita APIの認証認可
new [] ... 新しい記事を追加
preview コンテンツをブラウザでプレビュー
publish ... 記事を投稿、更新
publish --all 全ての記事を投稿、更新
pull 記事ファイルをQiitaと同期
version Qiita CLIのバージョンを表示
help ヘルプを表示
OPTIONS:
--credential
Qiita CLIの認証情報を配置するディレクトリを指定
--root
記事ファイルをダウンロードするディレクトリを指定
--verbose
詳細表示オプションを有効
--config
設定ファイルを配置するディレクトリを指定
詳細についてはReadme(https://github.com/increments/qiita-cli)をご覧ください
```