Skip to content

Commit

Permalink
docs: Mention Docker supprot
Browse files Browse the repository at this point in the history
  • Loading branch information
jcs090218 committed Nov 7, 2024
1 parent a4aa340 commit 9aa690a
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 23 deletions.
1 change: 1 addition & 0 deletions docs/content/Getting-Started/Introduction/_index.en.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ list.
| `exec` program |||||
| `eval` expressions |||||
| `emacs` execution |||||
| Support `docker` |||||
| Built-in `linters` |||||
| Built-in `tests` |||||
| Run script |||||
Expand Down
47 changes: 24 additions & 23 deletions docs/content/Getting-Started/Introduction/_index.zh-tw.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,15 +45,15 @@ Eask 是最好的選擇之一。

該表顯示了作者選擇的技術以及項目的構建方式。 此外,他們做出了哪些技術決策? 放棄支持? 項目佈局? 等等。

| | Eask | Cask | Eldev | makem.sh |
|----------------|-------------------|------------------------|----------------|------------------------|
| bin folder | binary, bash, bat | bash, bat | bash, bat, ps1 | bash |
| Cross-Platform || ❌, 不支援 [Windows][] || ❌, 不支援 [Windows][] |
| Emacs version | 26.1+ | 24.5+ | 24.4+ | 26.1+ |
| Size | 9,000+ 行 | 3,000+ 行 | 8,000+ 行 | 1,200+ 行 |
| Executable |||||
| Pure Elisp | ❌, JavaScript ||||
| CLI Parser | [yargs][] | [commander][] | 內建 | 內建 |
| | Eask | Cask | Eldev | makem.sh |
|------------|-------------------|------------------------|----------------|------------------------|
| bin 資料夾 | binary, bash, bat | bash, bat | bash, bat, ps1 | bash |
| 跨平台 || ❌, 不支援 [Windows][] || ❌, 不支援 [Windows][] |
| Emacs 版本 | 26.1+ | 24.5+ | 24.4+ | 26.1+ |
| 檔案大小 | 9,000+ 行 | 3,000+ 行 | 8,000+ 行 | 1,200+ 行 |
| 執行檔 |||||
| Elisp | ❌, JavaScript ||||
| CLI 解析器 | [yargs][] | [commander][] | 內建 | 內建 |

{{< hint info >}}
💡 **makem.sh** 也有很好的比較文檔,請訪問他們的[站點](https://github.com/alphapapa/makem.sh#comparisons)
Expand All @@ -65,20 +65,21 @@ Eask 是最好的選擇之一。

如果這些功能沒有在下面列出,要么被遺忘,要么只是被認為太重要了,所以每個工具都有它; 因此我們不將它們添加到列表中。

| | Eask | Cask | Eldev | makem.sh |
|---------------------------|-----------------------------------------|------------------------|--------------|----------|
| Elisp configuration | ✅, [DSL][DSL-Eask] 是可選的 | ❌, 僅 [DSL][DSL-Cask] | ✅, 純 elisp ||
| Handle `archives` failure | ✅, see [archives][emacs-eask/archives] ||||
| `create` project, etc |||||
| `link` local dependencies |||||
| `exec` program |||||
| `eval` expressions |||||
| `emacs` execution |||||
| Built-in `linters` |||||
| Built-in `tests` |||||
| Run script |||||
| Self-defined commands |||||
| Subcommand |||||
| | Eask | Cask | Eldev | makem.sh |
|-------------------------|----------------------------------------|------------------------|--------------|----------|
| Elisp 配置 | ✅, [DSL][DSL-Eask] 是可選的 | ❌, 僅 [DSL][DSL-Cask] | ✅, 純 elisp ||
| 處理 `archives` 錯誤 | ✅, 看 [archives][emacs-eask/archives] ||||
| `create` 建立專案, 等等 |||||
| `link` 本地依賴 |||||
| `exec` 執行軟件 |||||
| `eval` 表達式 |||||
| `emacs` 執行 |||||
| 支援 `docker` |||||
| 內建 `linters` |||||
| 內建 `tests` |||||
| 執行 `script` |||||
| 可自行建立指令 |||||
| 子指令 |||||

## 📰 消息

Expand Down

0 comments on commit 9aa690a

Please sign in to comment.