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?

初めに

GoogleがGeminiの統合されたCLIを発表したということで話題になっていたのでどういったことができるのか、試してみました。

インストール方法

公式のQuickStartより
https://github.com/google-gemini/gemini-cli?tab=readme-ov-file

  1. Node.jsのインストール
    Node.jsのダウンロードページよりインストーラーをダウンロードして、インスト―ル

  2. Gemini CLIの起動
    Node.js command promptを起動し、以下のコマンドを実行。

npx https://github.com/google-gemini/gemini-cli

すると、以下の様な画面が立ち上がり、CLIからGeminiとの対話が可能となります。
image.png

できること

プログラム開発

テストフォルダを作成し、3Dマップが表示されるHTMLのWEBサイトを作成してほしい

■結果
分かりにくいですが、以下の様なthree.jsを利用したhtmlファイルやフォルダ作成を自動で行ってくれました。
image.png

さいごに

まずは何ができるのか試すためにGemini CLIを導入してみました。
できることはまだよくわかってないのでこれから追加していければと考えています。

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?