@go-task/cli 3.48.0 → 3.49.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +8 -3
  2. package/package.json +14 -14
package/README.md CHANGED
@@ -3,14 +3,14 @@
3
3
  <img src="website/src/public/img/logo.svg" width="200px" height="200px" />
4
4
  </a>
5
5
 
6
- <h1>Task</h1>
6
+ <h1>Task: The Modern Task Runner</h1>
7
7
 
8
8
  <p>
9
- Task is a task runner / build tool that aims to be simpler and easier to use than, for example, <a href="https://www.gnu.org/software/make/">GNU Make<a>.
9
+ A fast, cross-platform build tool inspired by Make, designed for modern workflows.
10
10
  </p>
11
11
 
12
12
  <p>
13
- <a href="https://taskfile.dev/docs/installation">Installation</a> | <a href="https://taskfile.dev/docs/getting-started">Getting Started</a> | <a href="https://taskfile.dev/docs/guide">Docs</a> | <a href="https://twitter.com/taskfiledev">Twitter</a> | <a href="https://bsky.app/profile/taskfile.dev">Bluesky</a> | <a href="https://fosstodon.org/@task">Mastodon</a> | <a href="https://discord.gg/6TY36E39UK">Discord</a>
13
+ <a href="https://taskfile.dev/docs/installation">Installation</a> &bullet; <a href="https://taskfile.dev/docs/getting-started">Getting Started</a> &bullet; <a href="https://taskfile.dev/docs/guide">Docs</a> &bullet; <a href="https://twitter.com/taskfiledev">Twitter</a> &bullet; <a href="https://bsky.app/profile/taskfile.dev">Bluesky</a> &bullet; <a href="https://fosstodon.org/@task">Mastodon</a> &bullet; <a href="https://discord.gg/6TY36E39UK">Discord</a>
14
14
  </p>
15
15
 
16
16
  <h1>Gold Sponsors</h1>
@@ -22,6 +22,11 @@
22
22
  <img src="website/src/public/img/devowl.io.svg" height="100px" width="200px" title="devowl.io" />
23
23
  </a>
24
24
  </td>
25
+ <td align="center" valign="middle">
26
+ <a target="_blank" href="https://goodx.international/">
27
+ <img src="website/src/public/img/goodx.svg" height="80px" width="200px" title="GoodX" />
28
+ </a>
29
+ </td>
25
30
  <td align="center" valign="middle">
26
31
  <a target="_blank" href="https://magic.dev/">
27
32
  <img src="website/src/public/img/magic.png" height="100px" width="200px" title="Magic" />
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@go-task/cli",
3
- "version": "3.48.0",
4
- "description": "A task runner / simpler Make alternative written in Go",
3
+ "version": "3.49.0",
4
+ "description": "A fast, cross-platform build tool inspired by Make, designed for modern workflows.",
5
5
  "scripts": {
6
6
  "postinstall": "node install.js",
7
7
  "run": "node run-task.js"
@@ -34,74 +34,74 @@
34
34
  "archives": {
35
35
  "darwin-arm64": {
36
36
  "name": "task_darwin_arm64.tar.gz",
37
- "url": "https://github.com/go-task/task/releases/download/v3.48.0/task_darwin_arm64.tar.gz",
37
+ "url": "https://github.com/go-task/task/releases/download/v3.49.0/task_darwin_arm64.tar.gz",
38
38
  "bins": [
39
39
  "task"
40
40
  ],
41
41
  "format": "tar.gz",
42
42
  "checksum": {
43
43
  "algorithm": "sha256",
44
- "digest": "9a2727b7b74821e1a0a1fb17c477a7e84b7f1bbc8c3ca3bf47ed9a9557c2b986"
44
+ "digest": "299c0abae5238c58463df5410b0fc116f0f6cc8b67271a67a85bc618ef5f3459"
45
45
  }
46
46
  },
47
47
  "darwin-x64": {
48
48
  "name": "task_darwin_amd64.tar.gz",
49
- "url": "https://github.com/go-task/task/releases/download/v3.48.0/task_darwin_amd64.tar.gz",
49
+ "url": "https://github.com/go-task/task/releases/download/v3.49.0/task_darwin_amd64.tar.gz",
50
50
  "bins": [
51
51
  "task"
52
52
  ],
53
53
  "format": "tar.gz",
54
54
  "checksum": {
55
55
  "algorithm": "sha256",
56
- "digest": "99955cd04179769fc4bfa83ae1c7f6993b20c8af3088cd5ddfe0bd9c1a11099a"
56
+ "digest": "5f6b22597fb808ca478340616fcdaaeb7856d257f5fd25fd7a083ea279009999"
57
57
  }
58
58
  },
59
59
  "linux-arm64": {
60
60
  "name": "task_linux_arm64.tar.gz",
61
- "url": "https://github.com/go-task/task/releases/download/v3.48.0/task_linux_arm64.tar.gz",
61
+ "url": "https://github.com/go-task/task/releases/download/v3.49.0/task_linux_arm64.tar.gz",
62
62
  "bins": [
63
63
  "task"
64
64
  ],
65
65
  "format": "tar.gz",
66
66
  "checksum": {
67
67
  "algorithm": "sha256",
68
- "digest": "15a54fd45f706ce0f4c679c93cf04e02d72ca7223f157209201a1576008056d6"
68
+ "digest": "ca7ef9ac252ff57403fe4e765166a5dbbf0f801b05a13896871a06ab10a62d34"
69
69
  }
70
70
  },
71
71
  "linux-x64": {
72
72
  "name": "task_linux_amd64.tar.gz",
73
- "url": "https://github.com/go-task/task/releases/download/v3.48.0/task_linux_amd64.tar.gz",
73
+ "url": "https://github.com/go-task/task/releases/download/v3.49.0/task_linux_amd64.tar.gz",
74
74
  "bins": [
75
75
  "task"
76
76
  ],
77
77
  "format": "tar.gz",
78
78
  "checksum": {
79
79
  "algorithm": "sha256",
80
- "digest": "f4bfc4eef1b2557b262f3cc0a79976a421885cb7b9e71cfe75568a2ebe4d7ae5"
80
+ "digest": "7c11522eb68dce204fb9bf9fb87c8576c2b83746956a64cb3f583197992bef48"
81
81
  }
82
82
  },
83
83
  "win32-arm64": {
84
84
  "name": "task_windows_arm64.zip",
85
- "url": "https://github.com/go-task/task/releases/download/v3.48.0/task_windows_arm64.zip",
85
+ "url": "https://github.com/go-task/task/releases/download/v3.49.0/task_windows_arm64.zip",
86
86
  "bins": [
87
87
  "task.exe"
88
88
  ],
89
89
  "format": "zip",
90
90
  "checksum": {
91
91
  "algorithm": "sha256",
92
- "digest": "10409f9401bcac6a0b5a7928d0216f1818140ba4b685509694fdd4b580fa0f97"
92
+ "digest": "14d8e259c79721fe30eb42849bf443c7d9ee20695149ecbcaa48da52a5869401"
93
93
  }
94
94
  },
95
95
  "win32-x64": {
96
96
  "name": "task_windows_amd64.zip",
97
- "url": "https://github.com/go-task/task/releases/download/v3.48.0/task_windows_amd64.zip",
97
+ "url": "https://github.com/go-task/task/releases/download/v3.49.0/task_windows_amd64.zip",
98
98
  "bins": [
99
99
  "task.exe"
100
100
  ],
101
101
  "format": "zip",
102
102
  "checksum": {
103
103
  "algorithm": "sha256",
104
- "digest": "d6dd072d8b1c8131626cacd96af5edbc54470c437f747ec87f3fab32a15b3c74"
104
+ "digest": "cb8db4eacbd71fee24dfa213c9e91cb08bc0ff9d4934821e1c5645cb6fb1c0f6"
105
105
  }
106
106
  }
107
107
  }