+6
-6
| { | ||
| "name": "acac-cli", | ||
| "version": "0.2.0", | ||
| "version": "0.2.1", | ||
| "description": "Show recent AtCoder AC history as a weekly ccusage-style table", | ||
@@ -12,7 +12,7 @@ "bin": { | ||
| "optionalDependencies": { | ||
| "acac-darwin-arm64": "0.2.0", | ||
| "acac-darwin-x64": "0.2.0", | ||
| "acac-linux-arm64": "0.2.0", | ||
| "acac-linux-x64": "0.2.0", | ||
| "acac-win32-x64": "0.2.0" | ||
| "acac-darwin-arm64": "0.2.1", | ||
| "acac-darwin-x64": "0.2.1", | ||
| "acac-linux-arm64": "0.2.1", | ||
| "acac-linux-x64": "0.2.1", | ||
| "acac-win32-x64": "0.2.1" | ||
| }, | ||
@@ -19,0 +19,0 @@ "engines": { |
+16
-13
@@ -5,2 +5,4 @@ # ACAC-CLI | ||
| [](https://github.com/RyosukeDTomita/acac-cli/actions/workflows/release.yml) | ||
| [](https://www.npmjs.com/package/acac-cli) | ||
| [](https://socket.dev/npm/package/acac-cli) | ||
| [](LICENSE) | ||
@@ -22,13 +24,2 @@ | ||
| The following binaries are built. | ||
| - Linux | ||
| - linux-x64 | ||
| - linux-arm64 | ||
| - macOS | ||
| - darwin-arm64 | ||
| - darwin-x64 | ||
| - Windows | ||
| - win32-x64 | ||
| ```shell | ||
@@ -73,4 +64,16 @@ npx acac-cli <atcoder-username> | ||
| ### Others | ||
| ### supported | ||
| WIP | ||
| The following binaries are built. | ||
| | OS | binary type | Verified on real device | | ||
| | ------- | ------------ | ----------------------- | | ||
| | Linux | linux-x64 | ✅ | | ||
| | Linux | linux-arm64 | | | ||
| | macOS | darwin-arm64 | ✅ | | ||
| | macOS | darwin-x64 | | | ||
| | Windows | win32-x64 | ✅ | | ||
| If you have verified acac on a real device other than the ✅ ones, please let us know via an [Issue](https://github.com/RyosukeDTomita/acac/issues). | ||
| If you use another environment, we would appreciate a request/PR on an Issue, but you can also set it up by referring to [For Developer Memo](#for-developer-memo). |
7580
9.62%77
4.05%