Skip to content

Commit f81556c

Browse files
committed
create subtask md demo
1 parent 10f0dba commit f81556c

File tree

5 files changed

+1463
-7
lines changed

5 files changed

+1463
-7
lines changed

.gitignore

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
.coderoad
2+
node_modules

TUTORIAL.md

+6
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,9 @@ A subtask example
99
### 1.1
1010

1111
Create a function `add` that can take a variety of params.
12+
13+
#### SUBTASKS
14+
15+
- Add one number
16+
- Add two numbers
17+
- Add three numbers

coderoad.yaml

+2-3
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ config:
1111
- npm install
1212
repo:
1313
uri: https://github.com/shmck/coderoad-tutorial-subtask-demo
14-
branch: v0.1.0
14+
branch: v0.2.0
1515
dependencies:
1616
- name: node
1717
version: ">=10"
@@ -21,5 +21,4 @@ levels:
2121
- id: '1.1'
2222
setup:
2323
files:
24-
- src/add.js
25-
subtasks: true
24+
- src/add.js

0 commit comments

Comments
 (0)