From ed99482f96066341d461ed0eef9b0ea41b6c21d2 Mon Sep 17 00:00:00 2001 From: Ashish Thapa Date: Sat, 25 Dec 2021 09:25:16 +0545 Subject: [PATCH] exercism: add page (#7571) Co-authored-by: Muhammad Falak R Wani Co-authored-by: Axel Navarro Co-authored-by: Starbeamrainbowlabs --- pages/common/exercism.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 pages/common/exercism.md diff --git a/pages/common/exercism.md b/pages/common/exercism.md new file mode 100644 index 000000000..67f7ff4ee --- /dev/null +++ b/pages/common/exercism.md @@ -0,0 +1,20 @@ +# exercism + +> Download and solve problems from the command-line. +> More information: . + +- Configure the application token and the preferred workspace for Exercism: + +`exercism configure --token={{your-application-token}} --workspace={{/path/to/preferred/workspace}}` + +- Download a specific exercise: + +`exercism download --exercise={{exercise_slug}} --track={{track_slug}}` + +- Submit an exercise: + +`exercism submit {{path/to/file}}` + +- Print the path to the solution workspace: + +`exercism workspace`