generated from md2docx/md2docx-plugin-template-archived
-
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.tkb
More file actions
96 lines (96 loc) · 3.58 KB
/
.tkb
File metadata and controls
96 lines (96 loc) · 3.58 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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
{
"scope": "Workspace",
"tasks": {
"_BfuX7quWBANpDK1bI7YM": {
"id": "_BfuX7quWBANpDK1bI7YM",
"description": "Update description in `lib/package.json`",
"columnId": "column-todo"
},
"dC7QDBLH8BmHUfaYmIt81": {
"id": "dC7QDBLH8BmHUfaYmIt81",
"description": "(Optional) Add Repo Stats by visiting and setting up [repobeats](https://repobeats.axiom.co/)",
"columnId": "column-todo"
},
"P_NrSJQ8m91Odgz8E1fS6": {
"id": "P_NrSJQ8m91Odgz8E1fS6",
"description": "Create your library and update examples",
"columnId": "column-todo"
},
"1dRWJhy45E1Rq5wZAmPHt": {
"id": "1dRWJhy45E1Rq5wZAmPHt",
"description": "Update README as required",
"columnId": "column-todo"
},
"55DAZwduwTvlaxaJC8hlX": {
"id": "55DAZwduwTvlaxaJC8hlX",
"description": "(Optional) Set up [Deepsource](https://app.deepsource.com/login) for static code analysis",
"columnId": "column-todo"
},
"FDFqCQvLm2mUlnTJ3Gna5": {
"id": "FDFqCQvLm2mUlnTJ3Gna5",
"description": "Push your changes/Create PR and see your library being automatically tested and published",
"columnId": "column-todo"
},
"O1qAByMoxhHOR-a_guL91": {
"id": "O1qAByMoxhHOR-a_guL91",
"description": "Optionally deploy your examples to Vercel.",
"columnId": "column-todo"
},
"0499BqWDwJ5cxqtC9Nr82": {
"id": "0499BqWDwJ5cxqtC9Nr82",
"description": "Feel free to star this template, contribute, and/or sponsor the [`terborepo-template`](https://github.com/tiny-md/md2docx-plugin-template) project or my [other open-source work](https://github.com/sponsors/mayank1513)",
"columnId": "column-todo"
},
"IjuAtNquJ4-Ut874rHKIW": {
"id": "IjuAtNquJ4-Ut874rHKIW",
"description": "You can also fork the [`terborepo-template`](https://github.com/tiny-md/md2docx-plugin-template/fork) and add your package to `scripts/featured.json`\n - If approved, your package will be automatically added to FEATURED.md and also published on the home page of this repo.",
"columnId": "column-todo"
},
"_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": [
"_BfuX7quWBANpDK1bI7YM",
"dC7QDBLH8BmHUfaYmIt81",
"P_NrSJQ8m91Odgz8E1fS6",
"1dRWJhy45E1Rq5wZAmPHt",
"55DAZwduwTvlaxaJC8hlX",
"FDFqCQvLm2mUlnTJ3Gna5",
"O1qAByMoxhHOR-a_guL91",
"0499BqWDwJ5cxqtC9Nr82",
"IjuAtNquJ4-Ut874rHKIW"
]
},
{
"id": "column-doing",
"title": "Doing",
"tasksIds": []
},
{
"id": "column-done",
"title": "Done",
"tasksIds": [
"_JiH9RZLmUF5nxD7lBC5B",
"t5d22lVYbF7GuQHzv6DRO",
"wkDDELNeOfYSVmWI1eWu0"
]
}
]
}