d2learn / xlings

一个用于编程开发、学习和课程搭建的开发者工具 🛠️ A Developer's Toolkit for Programming Learning, Development, and Tutorial Creation
https://d2learn.org/xlings
Apache License 2.0
114 stars 14 forks source link

install: 支持Project Graph最新release版本安装 #23

Open Sunrisepeak opened 3 days ago

Sunrisepeak commented 3 days ago

安装过程

PS C:\Users\speak> xlings install  project-graph

--- info

name: Project Graph
homepage: https://liren.zty012.de/project-graph
author: LiRenTech Team
licenses: MIT
github: https://github.com/LiRenTech/project-graph

        快速绘制节点图的桌面工具,可以用于项目进程拓扑图绘制、快速头脑风暴草稿

[xlings]: install project-graph? (y/n)
y
[xlings]: Installing Project Graph...
{
  name = "Project.Graph_0.5.0_x64-setup.exe",
  version = "v0.5.0",
  url = "https://github.com/LiRenTech/project-graph/releases/download/v0.5.0/Project.Graph_0.5.0_x64-setup.exe"
}

[xlings]: downloading https://github.com/LiRenTech/project-graph/releases/download/v0.5.0/Project.Graph_0.5.0_x64-setup.exe to C:\Users\Public\xlings\.xlings\Project.Graph_0.5.0_x64-setup.exe
####################################################################################################### 100.0%
[xlings]: project-graph already installed(takes effect in a new terminal or cmd)

                反馈 & 交流 | Feedback & Discourse

        https://forum.d2learn.org/category/9/xlings
        https://github.com/d2learn/xlings/issues

PS C:\Users\speak>

安装检测

PS C:\Users\speak> xlings install project-graph

--- info

name: Project Graph
homepage: https://liren.zty012.de/project-graph
author: LiRenTech Team
licenses: MIT
github: https://github.com/LiRenTech/project-graph

        快速绘制节点图的桌面工具,可以用于项目进程拓扑图绘制、快速头脑风暴草稿

[xlings]: already installed - project-graph

                反馈 & 交流 | Feedback & Discourse

        https://forum.d2learn.org/category/9/xlings
        https://github.com/d2learn/xlings/issues

PS C:\Users\speak>
Sunrisepeak commented 3 days ago

windows支持 Linux支持-todo