leetcode分类-leetcode-tool:一个让你更方便刷题的工具

时间:2024-07-19 17:49:27
【文件属性】:

文件名称:leetcode分类-leetcode-tool:一个让你更方便刷题的工具

文件大小:16KB

文件格式:ZIP

更新时间:2024-07-19 17:49:27

系统开源

leetcode 分类 leetcode-tool 一个让你更方便刷题的工具 Install $ brew tap zcong1993/homebrew-tap $ brew install zcong1993/homebrew-tap/leetcode-tool # show help $ leetcode-tool help 使用说明 支持语言 Golang go Typescript ts Javascript js Python3 py3 主要功能 新建题目代码 leetcode-tool new [] number 为网页上显示的题目序号, 例如: leetcode-tool new 1 创建第一题的代码. 此命令会创建一个文件夹和三个文件, 分别是: 代码文件, 测试文件, 题目描述文件. 题目信息从 leetcode 拉取, 并生成一些元信息供更新命令分类更新题目完成状态. 查看题目信息 leetcode-tool meta 展示某道题目一些信息. 更新题目状态 leetcode-tool update 根据已完成题目类别


【文件预览】:
leetcode-tool-master
----.goreleaser.yml(633B)
----.gitignore(495B)
----go.mod(332B)
----pkg()
--------leetcode()
----LICENSE(1KB)
----go.sum(2KB)
----.github()
--------workflows()
----README.md(2KB)
----circle.yml(318B)
----.golangci.yml(5KB)
----cmd()
--------new()
--------tags()
--------update()
--------main.go(2KB)
----.editorconfig(153B)
----internal()
--------config()

网友评论