Skip to content

Commit 66b7b8f

Browse files
author
github-actions
committed
auto: docs: Fix quickstart example project name
SourceCommit: emacs-eask/cli@4a37744
1 parent 46edba7 commit 66b7b8f

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

Getting-Started/Quick-Start/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,8 @@
6161
</span></span></code></pre></div><p>To verify your new installation:</p><div class=highlight><pre tabindex=0 class=chroma><code class=language-sh data-lang=sh><span class=line><span class=cl>$ eask --version
6262
</span></span></code></pre></div><div class="flex align-center gdoc-page__anchorwrap"><h2 id=-step-3-navigate-to-an-existing-project-or-create-a-new-project>🔍 Step 3: Navigate to an existing project or create a new project</h2><a data-clipboard-text=https://emacs-eask.github.io/Getting-Started/Quick-Start/#-step-3-navigate-to-an-existing-project-or-create-a-new-project class="gdoc-page__anchor clip flex align-center" title="Anchor to: 🔍 Step 3: Navigate to an existing project or create a new project" aria-label="Anchor to: 🔍 Step 3: Navigate to an existing project or create a new project" href=#-step-3-navigate-to-an-existing-project-or-create-a-new-project><svg class="gdoc-icon gdoc_link"><use xlink:href="#gdoc_link"/></svg></a></div><p>If you already have an existing elisp project, navigate to the project root
6363
folder.</p><div class=highlight><pre tabindex=0 class=chroma><code class=language-sh data-lang=sh><span class=line><span class=cl>$ <span class=nb>cd</span> /path/to/project/dir/
64-
</span></span></code></pre></div><p>To create one:</p><div class=highlight><pre tabindex=0 class=chroma><code class=language-sh data-lang=sh><span class=line><span class=cl>$ eask create package project-name
65-
</span></span></code></pre></div><p>It should create a folder named <code>project-name</code> in your current working directory.</p><div class="flex align-center gdoc-page__anchorwrap"><h2 id=-step-4-create-eask-file>🔍 Step 4: Create <code>Eask</code>-file</h2><a data-clipboard-text=https://emacs-eask.github.io/Getting-Started/Quick-Start/#-step-4-create-eask-file class="gdoc-page__anchor clip flex align-center" title="Anchor to: 🔍 Step 4: Create Eask-file" aria-label="Anchor to: 🔍 Step 4: Create Eask-file" href=#-step-4-create-eask-file><svg class="gdoc-icon gdoc_link"><use xlink:href="#gdoc_link"/></svg></a></div><p>Skip this step if you chose to create the project with <strong><code>eask create</code></strong>!</p><p>Otherwise, to create Eask-file in the existing project:</p><div class=highlight><pre tabindex=0 class=chroma><code class=language-sh data-lang=sh><span class=line><span class=cl>$ eask init
64+
</span></span></code></pre></div><p>To create one:</p><div class=highlight><pre tabindex=0 class=chroma><code class=language-sh data-lang=sh><span class=line><span class=cl>$ eask create package &lt;your-project&gt;
65+
</span></span></code></pre></div><p>It should create a folder named <code>&lt;your-project></code> in your current working directory.</p><div class="flex align-center gdoc-page__anchorwrap"><h2 id=-step-4-create-eask-file>🔍 Step 4: Create <code>Eask</code>-file</h2><a data-clipboard-text=https://emacs-eask.github.io/Getting-Started/Quick-Start/#-step-4-create-eask-file class="gdoc-page__anchor clip flex align-center" title="Anchor to: 🔍 Step 4: Create Eask-file" aria-label="Anchor to: 🔍 Step 4: Create Eask-file" href=#-step-4-create-eask-file><svg class="gdoc-icon gdoc_link"><use xlink:href="#gdoc_link"/></svg></a></div><p>Skip this step if you chose to create the project with <strong><code>eask create</code></strong>!</p><p>Otherwise, to create Eask-file in the existing project:</p><div class=highlight><pre tabindex=0 class=chroma><code class=language-sh data-lang=sh><span class=line><span class=cl>$ eask init
6666
</span></span></code></pre></div><p>You will be asked some questions about the package you are going to create:</p><pre tabindex=0><code>package name: (your-project)
6767
version: (1.0.0)
6868
description: Your project description!

fonts/GeekdocIcons.woff

0 Bytes
Binary file not shown.

fonts/GeekdocIcons.woff2

4 Bytes
Binary file not shown.

search/en.data.min.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

search/zh-tw.data.min.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

zh-tw/Getting-Started/Quick-Start/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,8 @@
6363
來自我們的 <a class=gdoc-markdown__link href=https://github.com/emacs-eask/cli/releases>release</a> 頁面。</div></blockquote><div class="flex align-center gdoc-page__anchorwrap"><h2 id=-步驟-2-安裝-eask>🔍 步驟 2: 安裝 Eask</h2><a data-clipboard-text=https://emacs-eask.github.io/zh-tw/Getting-Started/Quick-Start/#-步驟-2-安裝-eask class="gdoc-page__anchor clip flex align-center" title="Anchor to: 🔍 步驟 2: 安裝 Eask" aria-label="Anchor to: 🔍 步驟 2: 安裝 Eask" href=#-%e6%ad%a5%e9%a9%9f-2-%e5%ae%89%e8%a3%9d-eask><svg class="gdoc-icon gdoc_link"><use xlink:href="#gdoc_link"/></svg></a></div><div class=highlight><pre tabindex=0 class=chroma><code class=language-sh data-lang=sh><span class=line><span class=cl>$ npm install -g @emacs-eask/cli
6464
</span></span></code></pre></div><p>驗證您的新安裝:</p><div class=highlight><pre tabindex=0 class=chroma><code class=language-sh data-lang=sh><span class=line><span class=cl>$ eask --version
6565
</span></span></code></pre></div><div class="flex align-center gdoc-page__anchorwrap"><h2 id=-步驟-3-導航到現有項目或創建新項目>🔍 步驟 3: 導航到現有項目或創建新項目</h2><a data-clipboard-text=https://emacs-eask.github.io/zh-tw/Getting-Started/Quick-Start/#-步驟-3-導航到現有項目或創建新項目 class="gdoc-page__anchor clip flex align-center" title="Anchor to: 🔍 步驟 3: 導航到現有項目或創建新項目" aria-label="Anchor to: 🔍 步驟 3: 導航到現有項目或創建新項目" href=#-%e6%ad%a5%e9%a9%9f-3-%e5%b0%8e%e8%88%aa%e5%88%b0%e7%8f%be%e6%9c%89%e9%a0%85%e7%9b%ae%e6%88%96%e5%89%b5%e5%bb%ba%e6%96%b0%e9%a0%85%e7%9b%ae><svg class="gdoc-icon gdoc_link"><use xlink:href="#gdoc_link"/></svg></a></div><p>如果您已有一個現有的 elisp 項目,請導航到項目根文件夾。</p><div class=highlight><pre tabindex=0 class=chroma><code class=language-sh data-lang=sh><span class=line><span class=cl>$ <span class=nb>cd</span> /path/to/project/dir/
66-
</span></span></code></pre></div><p>創建一個:</p><div class=highlight><pre tabindex=0 class=chroma><code class=language-sh data-lang=sh><span class=line><span class=cl>$ eask create package project-name
67-
</span></span></code></pre></div><p>它應該在您當前的工作目錄中創建一個名為 <code>project-name</code> 的文件夾。</p><div class="flex align-center gdoc-page__anchorwrap"><h2 id=-步驟-4-創建-eask-文件>🔍 步驟 4: 創建 <code>Eask</code> 文件</h2><a data-clipboard-text=https://emacs-eask.github.io/zh-tw/Getting-Started/Quick-Start/#-步驟-4-創建-eask-文件 class="gdoc-page__anchor clip flex align-center" title="Anchor to: 🔍 步驟 4: 創建 Eask 文件" aria-label="Anchor to: 🔍 步驟 4: 創建 Eask 文件" href=#-%e6%ad%a5%e9%a9%9f-4-%e5%89%b5%e5%bb%ba-eask-%e6%96%87%e4%bb%b6><svg class="gdoc-icon gdoc_link"><use xlink:href="#gdoc_link"/></svg></a></div><p>如果您選擇使用 <strong><code>eask create</code></strong> 創建項目,請跳過此步驟!</p><p>否則,在現有項目中創建 Eask 文件:</p><div class=highlight><pre tabindex=0 class=chroma><code class=language-sh data-lang=sh><span class=line><span class=cl>$ eask init
66+
</span></span></code></pre></div><p>創建一個:</p><div class=highlight><pre tabindex=0 class=chroma><code class=language-sh data-lang=sh><span class=line><span class=cl>$ eask create package &lt;your-project&gt;
67+
</span></span></code></pre></div><p>它應該在您當前的工作目錄中創建一個名為 <code>&lt;your-project></code> 的文件夾。</p><div class="flex align-center gdoc-page__anchorwrap"><h2 id=-步驟-4-創建-eask-文件>🔍 步驟 4: 創建 <code>Eask</code> 文件</h2><a data-clipboard-text=https://emacs-eask.github.io/zh-tw/Getting-Started/Quick-Start/#-步驟-4-創建-eask-文件 class="gdoc-page__anchor clip flex align-center" title="Anchor to: 🔍 步驟 4: 創建 Eask 文件" aria-label="Anchor to: 🔍 步驟 4: 創建 Eask 文件" href=#-%e6%ad%a5%e9%a9%9f-4-%e5%89%b5%e5%bb%ba-eask-%e6%96%87%e4%bb%b6><svg class="gdoc-icon gdoc_link"><use xlink:href="#gdoc_link"/></svg></a></div><p>如果您選擇使用 <strong><code>eask create</code></strong> 創建項目,請跳過此步驟!</p><p>否則,在現有項目中創建 Eask 文件:</p><div class=highlight><pre tabindex=0 class=chroma><code class=language-sh data-lang=sh><span class=line><span class=cl>$ eask init
6868
</span></span></code></pre></div><p>您將被問到一些關於您將要創建的包的問題:</p><pre tabindex=0><code>package name: (your-project)
6969
version: (1.0.0)
7070
description: Your project description!

0 commit comments

Comments
 (0)