@smbcloud/sigit-darwin-arm64 0.1.1
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.
- package/README.md +22 -0
- package/bin/sigit +0 -0
- package/package.json +14 -0
package/README.md
ADDED
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
<h1 align="center">siGit Code</h1>
|
|
2
|
+
|
|
3
|
+
## `sigit-darwin-arm64`
|
|
4
|
+
|
|
5
|
+
This is a platform-specific binary for [`@smbcloud/sigit`](https://www.npmjs.com/package/@smbcloud/sigit). You don't need to install it directly.
|
|
6
|
+
|
|
7
|
+
Install the main package instead:
|
|
8
|
+
|
|
9
|
+
```sh
|
|
10
|
+
npm install -g @smbcloud/sigit
|
|
11
|
+
```
|
|
12
|
+
|
|
13
|
+
npm pulls in the right binary for your OS and architecture.
|
|
14
|
+
|
|
15
|
+
## Links
|
|
16
|
+
|
|
17
|
+
- [Source code](https://github.com/getsigit/sigit)
|
|
18
|
+
- [Issues](https://github.com/getsigit/sigit/issues)
|
|
19
|
+
|
|
20
|
+
## License
|
|
21
|
+
|
|
22
|
+
[Apache-2.0](https://github.com/getsigit/sigit/blob/main/LICENSE)
|
package/bin/sigit
ADDED
|
Binary file
|
package/package.json
ADDED
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@smbcloud/sigit-darwin-arm64",
|
|
3
|
+
"version": "0.1.1",
|
|
4
|
+
"description": "Platform binary for siGit Code.",
|
|
5
|
+
"license": "Apache-2.0",
|
|
6
|
+
"repository": {
|
|
7
|
+
"type": "git",
|
|
8
|
+
"url": "git+https://github.com/getsigit/sigit.git"
|
|
9
|
+
},
|
|
10
|
+
"keywords": ["sigit-darwin-arm64","cli","binary","sigit","ai","coding-agent"],
|
|
11
|
+
"os": ["darwin"],
|
|
12
|
+
"cpu": ["arm64"],
|
|
13
|
+
"files": ["bin"]
|
|
14
|
+
}
|