Files
tldr/pages.zh/common/exercism.md

20 lines
505 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# exercism
> 下载并解决问题。
> 更多信息: <https://exercism.org/docs/using/solving-exercises/working-locally>。
- 配置应用程序令牌和Exercism的首选工作区
`exercism configure --token={{your-application-token}} --workspace={{/path/to/preferred/workspace}}`
- 下载特定练习:
`exercism download --exercise={{exercise_slug}} --track={{track_slug}}`
- 提交练习:
`exercism submit {{path/to/file}}`
- 打印解决方案工作区的路径:
`exercism workspace`