@zytech/deepseek-cli
v0.4.1
Published
[English](./README.md) | [中文](./readme_cn.md)
Readme
DeepSeek CLI
Fork from
This project is a fork of the original Gemini CLI project, adapted to work with DeepSeek AI models instead of Google's Gemini models.
Quickstart
Prerequisites: Ensure you have Node.js version 18 or higher installed.
Set it as an environment variable in your terminal. Replace
YOUR_API_KEYwith your generated key (copy from here).export DEEPSEEK_API_KEY="YOUR_API_KEY"or edit .env file:
DEEPSEEK_API_KEY="YOUR_API_KEY"Run the CLI: Execute the following command in your terminal:
npm install -g @zytech/deepseek-cli deepseek
Examples
Once the CLI is running, you can start interacting with Gemini from your shell.
You can start a project from a new directory:
mkdir new-project/
cd new-project/
deepseek -y
> Write me a TODO app in tailwindcss and react that can be used to track my daily tasksDevelopment
To build and run from source:
npm run build && npm run start -- --yolo --debugThis porject from gemini CLI.
If you feel helpfull ,contact me : youkpan#gmail.com
