generated from react18-tools/turborepo-template
-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.tkb
More file actions
41 lines (41 loc) · 1.23 KB
/
.tkb
File metadata and controls
41 lines (41 loc) · 1.23 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
{
"scope": "Workspace",
"tasks": {
"_JiH9RZLmUF5nxD7lBC5B": {
"id": "_JiH9RZLmUF5nxD7lBC5B",
"description": "Create a new GitHub repository using this template.\n - Click the `Use this template` button at the top right -> `Create a new repository`\n - Click `Create repository` and wait for the setup workflow to finish rebranding your repo.",
"columnId": "column-done"
},
"t5d22lVYbF7GuQHzv6DRO": {
"id": "t5d22lVYbF7GuQHzv6DRO",
"description": "Install and set up Node.js and your IDE (VSCode recommended)",
"columnId": "column-done"
},
"wkDDELNeOfYSVmWI1eWu0": {
"id": "wkDDELNeOfYSVmWI1eWu0",
"description": "Install the recommended VSCode extensions:\n - [Trello Kanban](https://marketplace.visualstudio.com/items?itemName=mayank1513.trello-kanban-task-board)",
"columnId": "column-done"
}
},
"columns": [
{
"id": "column-todo",
"title": "To do",
"tasksIds": []
},
{
"id": "column-doing",
"title": "Doing",
"tasksIds": []
},
{
"id": "column-done",
"title": "Done",
"tasksIds": [
"_JiH9RZLmUF5nxD7lBC5B",
"t5d22lVYbF7GuQHzv6DRO",
"wkDDELNeOfYSVmWI1eWu0"
]
}
]
}