Skip to content

Commit

Permalink
Add notes about using
Browse files Browse the repository at this point in the history
'
  • Loading branch information
ErikSchierboom committed Jan 25, 2024
1 parent c447a5b commit 20f74cc
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 0 deletions.
11 changes: 11 additions & 0 deletions building/tracks/concept-exercises.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,17 @@
The concepts taught by the concept exercises form a _syllabus_.
For more information on how to design a syllabus, check the [syllabus documentation](/docs/building/tracks/syllabus).

````exercism/note
You can quickly scaffold a new Concept Exercise by running the following commands from the track's root directory:
```shell
bin/fetch-configlet
bin/configlet create --concept-exercise <slug>
```
For more information, check the [`configlet create` docs](/docs/building/configlet/create)
````

## Metadata

Concept Exercise metadata is defined in the `exercises.concept` key in the [config.json file](/docs/building/tracks/config-json#concept-exercises). The metadata defines the exercise's UUID, slug and more.
Expand Down
11 changes: 11 additions & 0 deletions building/tracks/practice-exercises.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,17 @@ Interested in adding your first Practice Exercise to a track? Watch our walkthro

[video:vimeo/906101866?h=2954ad331e]()

````exercism/note
You can quickly scaffold a new Practice Exercise by running the following commands from the track's root directory:
```shell
bin/fetch-configlet
bin/configlet create --practice-exercise <slug>
```
For more information, check the [`configlet create` docs](/docs/building/configlet/create)
````

## Metadata

Practice Exercise metadata is defined in the `exercises.practice` key in the [config.json file](/docs/building/tracks/config-json). The metadata defines the exercise's UUID, slug and more.
Expand Down

0 comments on commit 20f74cc

Please sign in to comment.