Hacktoberfest 2026:维护者为十月标记出来的 issue,仍然开放、适合新手。 浏览 Hacktoberfest issue

Play the CLI Treasure Hunt

未关闭
#24 0 条评论 0 个 reaction 已指派 0 人 在 GitHub 查看

还没有人认领这个 Issue。

评估

难度
1/5
预计耗时
1 小时以内
新手友好度
35/100
Issue 类型
功能
描述清晰度
描述清楚
活跃度
停滞
领域
cli, content

调研方向

打开链接的 CLI-Treasure-Hunt 课程作业,并按照仓库克隆步骤操作。在克隆的文件夹中运行 node clue.js,使用 Unix 命令遍历文件系统,并使用寻宝活动中的提交线索完成该活动。

由索引模型根据 Issue 内容生成。

描述

🏕 Priority Mandatory 🐇 Size Small 📅 Sprint 2 Core Module-Structuring-And-Testing-Data Submit:None
Link to the coursework

https://github.com/CodeYourFuture/CLI-Treasure-Hunt

Learning Objectives
  • traverse a filesystem using Unix commands
Why are we doing this?

Alongside learning JavaScript and Python, you need to become familiar with the basics of the command line. The command line is how you talk directly to your computer, instead of pointing and clicking at areas on a screen to trigger actions.

All interfaces are limited sets of possible interactions with data, arranged in ways (with words, colours, pictures, pixels) to guide the user towards the information they want. Clicking a link on a screen is really no different to typing cd Clues/Where . In both cases you are changing to a new directory. The difference is only in the interface you use to issue the command. Do not confuse the method with the goal.

I really want you all to understand this deeply and think about it many times over the course of your career. Do not decide you are "front end" or "back end" or limit your understanding in these ways. A CLI is an interface. An API is an interface. A GUI is an interface. All interfaces are maps. It's how we travel around data to find what we need.

The map is not the territory.

Maximum time in hours

1

How to get help

Share your blockers in your class channel.

How to submit
  1. Clone the repo from https://github.com/CodeYourFuture/Project-CLI-Treasure-Hunt
  2. Open the folder in VSCode
  3. Open the terminal inside VSCode
  4. Type node clue.js to start

The submission clue is inside the treasure hunt.

Anything else?

In the Beginning was the Command Line ~ Neal Stephenson, 1999

主要语言
JavaScript
星标
0
派生
397
PR 合并指标
30 天内没有已合并 PR

贡献指南

打开贡献指南

从这里开始

  1. 先读完整个 Issue,再读项目的贡献指南。
  2. 在 Issue 下留言说明你要接手 —— 这能避免两个人做同样的事。
  3. Fork 仓库,在一个分支上完成修改。
  4. 提交 Pull Request,并在描述里引用这个 Issue 编号。

CodeYourFuture/Module-Structuring-and-Testing-Data 的其他 Issue

查看 CodeYourFuture/Module-Structuring-and-Testing-Data 的全部 Issue

相似的 Issue

更多 JavaScript Issue

把新 issue 发到你的邮箱

精选适合新手参与的 GitHub issue 摘要。