0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

GitHub Codespacesからqiita-cliをつかって記事を投稿

Last updated at Posted at 2025-01-28

GitHub Codespaceskからqiita-cliをつかって投稿してみました。

きっかけ

先月、マナビDXクエストのアドベントカレンダー参加のためにQiitaデビューしました。
初めて投稿した記事の内容が、AI開発の話題に少し触れているとはいえ、ほぼポエムでした。
内容的にプログラムと関係ないと判断されてもおかしくないと思っています。

Qiitaの記事削除されたときのためにバックアップたくなり、やり方を調べた所 qiita-cliの存在を知りました。

やったこと

  1. プライベートリポジトリを作成
  2. GitHub Codespacesにqiita-cliをインストールしてログイン
    https://github.com/increments/qiita-cli
  3. npx qiita pullで記事データをダウンロード
  4. npx qiita new <記事タイトル>で新規記事ファイル作成
  5. 作成されたファイルの内容を書き換え
  6. npx qiita publish <記事タイトル>で投稿

気づいたこと

npx qiita preview でプレビューするとき、転送されたポートをブラウザで開くとうまく表示されない(真っ白になる)
エディターでのプレビューだとうまく表示される

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?