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?

【Qitta_CLIについて】Qitta_CLIについて少し導入して試してみました。

Posted at

下記の記事の通り、QittaのCLIによる管理を導入してみました。

環境

OS : Linux DESKTOP-C0A2DE7 5.15.153.1-microsoft-standard-WSL2

大きくてこずる部分はありませんが、記事内であるNode.jsを入れる部分がバージョンが古いなどで何度かググりながらnpmのバージョンを上げたりしました。

導入が完了すると、Qitta上の記事がローカルにmdファイルの形式で下記のように配置されます。

(base) user@DESKTOP-C0A2DE7:~/Github_repo/qiita/public$ cat 4d1f0389ba86abeeaccf.md
---
title: 【Linuxメモ】Railsインストール時のawkのreinstallについて
tags:
  - Railsインストール時のawkのreinstall
private: false
updated_at: '2025-03-01T17:54:48+09:00'
id: 4d1f0389ba86abeeaccf
organization_url_name: null
slide: false
ignorePublish: false
---
RubyのRailsインストール時にawkのreinstallを実施した時の、個人用の備忘メモです。
 brew reinstall awk
を実行して、エラーなくRailsがインストールされた

 このqiitaのディレクトリをGithub側のレポジトリにプッシュして、Github側で管理するわけです。個人的にはQittaをブラウザ上で編集した方がやりやすいかなぁというのが個人的な本音ですねぇ。

以上

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?