Skip to content

Commit 4cd47db

Browse files
committed
Clear taskboard
1 parent e4ac97f commit 4cd47db

File tree

2 files changed

+4
-64
lines changed

2 files changed

+4
-64
lines changed

.tkb

Lines changed: 2 additions & 64 deletions
Original file line numberDiff line numberDiff line change
@@ -1,73 +1,11 @@
11
{
22
"scope": "Workspace",
3-
"tasks": {
4-
"gMYfaAh2RABMP8uZRQgNx": {
5-
"id": "gMYfaAh2RABMP8uZRQgNx",
6-
"description": "Add `NPM_AUTH_TOKEN` to repository secrets to automate package publishing\n - Log in to your [`npm` account](https://www.npmjs.com/login) and create an automation token\n - Create a new repository secret `NPM_AUTH_TOKEN`",
7-
"columnId": "column-todo"
8-
},
9-
"dC7QDBLH8BmHUfaYmIt81": {
10-
"id": "dC7QDBLH8BmHUfaYmIt81",
11-
"description": "(Optional) Add Repo Stats by visiting and setting up [repobeats](https://repobeats.axiom.co/)",
12-
"columnId": "column-todo"
13-
},
14-
"P_NrSJQ8m91Odgz8E1fS6": {
15-
"id": "P_NrSJQ8m91Odgz8E1fS6",
16-
"description": "Create your library and update examples",
17-
"columnId": "column-todo"
18-
},
19-
"1dRWJhy45E1Rq5wZAmPHt": {
20-
"id": "1dRWJhy45E1Rq5wZAmPHt",
21-
"description": "Update README as required",
22-
"columnId": "column-todo"
23-
},
24-
"5vS1JNXoMhDl5IBljwh2v": {
25-
"id": "5vS1JNXoMhDl5IBljwh2v",
26-
"description": "Set up GitHub pages to deploy docs\n - Go to [repo settings](https://github.com/react18-tools/react-mouse-trail/settings/pages) -> pages (On the left panel); Select deploy from a branch; Then Select `main` and `/docs`",
27-
"columnId": "column-todo"
28-
},
29-
"55DAZwduwTvlaxaJC8hlX": {
30-
"id": "55DAZwduwTvlaxaJC8hlX",
31-
"description": "(Optional) Set up [Deepsource](https://app.deepsource.com/login) for static code analysis",
32-
"columnId": "column-todo"
33-
},
34-
"FDFqCQvLm2mUlnTJ3Gna5": {
35-
"id": "FDFqCQvLm2mUlnTJ3Gna5",
36-
"description": "Push your changes/Create PR and see your library being automatically tested and published",
37-
"columnId": "column-todo"
38-
},
39-
"O1qAByMoxhHOR-a_guL91": {
40-
"id": "O1qAByMoxhHOR-a_guL91",
41-
"description": "Optionally deploy your examples to Vercel.",
42-
"columnId": "column-todo"
43-
},
44-
"0499BqWDwJ5cxqtC9Nr82": {
45-
"id": "0499BqWDwJ5cxqtC9Nr82",
46-
"description": "Feel free to star this template, contribute, and/or sponsor the [`terborepo-template`](https://github.com/react18-tools/turborepo-template) project or my [other open-source work](https://github.com/sponsors/mayank1513)",
47-
"columnId": "column-todo"
48-
},
49-
"IjuAtNquJ4-Ut874rHKIW": {
50-
"id": "IjuAtNquJ4-Ut874rHKIW",
51-
"description": "You can also fork the [`terborepo-template`](https://github.com/react18-tools/turborepo-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.",
52-
"columnId": "column-todo"
53-
}
54-
},
3+
"tasks": {},
554
"columns": [
565
{
576
"id": "column-todo",
587
"title": "To do",
59-
"tasksIds": [
60-
"gMYfaAh2RABMP8uZRQgNx",
61-
"dC7QDBLH8BmHUfaYmIt81",
62-
"P_NrSJQ8m91Odgz8E1fS6",
63-
"1dRWJhy45E1Rq5wZAmPHt",
64-
"5vS1JNXoMhDl5IBljwh2v",
65-
"55DAZwduwTvlaxaJC8hlX",
66-
"FDFqCQvLm2mUlnTJ3Gna5",
67-
"O1qAByMoxhHOR-a_guL91",
68-
"0499BqWDwJ5cxqtC9Nr82",
69-
"IjuAtNquJ4-Ut874rHKIW"
70-
]
8+
"tasksIds": []
719
},
7210
{
7311
"id": "column-doing",

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,8 @@ or in your component
5252
import "react-mouse-trail/dist/index.css";
5353
```
5454

55+
![Repobeats](https://repobeats.axiom.co/api/embed/016960ad97aa7b1abbdd9a615f5ffeb08d869cb6.svg "Repobeats analytics image")
56+
5557
## License
5658

5759
This library is licensed under the MPL-2.0 open-source license.

0 commit comments

Comments
 (0)