@datamitsu/datamitsu-darwin-x64 0.0.1-alpha-2 → 0.0.1-alpha-4
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 +2 -2
- package/datamitsu +0 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -16,7 +16,7 @@ Like light illuminating the path forward and honey making the experience pleasan
|
|
|
16
16
|
|
|
17
17
|
Datamitsu is a **core engine** for configuration management and binary distribution, written in Go for performance and delivered as a single binary or npm package.
|
|
18
18
|
|
|
19
|
-
It manages development tools and binaries across multiple platforms, handling downloads,
|
|
19
|
+
It manages development tools and binaries across multiple platforms, handling downloads, hash verification, caching, and execution. Configuration is defined in JavaScript (powered by the goja runtime), providing flexibility while maintaining type safety through TypeScript definitions.
|
|
20
20
|
|
|
21
21
|
### Target Audience
|
|
22
22
|
|
|
@@ -26,7 +26,7 @@ It manages development tools and binaries across multiple platforms, handling do
|
|
|
26
26
|
|
|
27
27
|
## Key Features
|
|
28
28
|
|
|
29
|
-
- **Fast binary management** with
|
|
29
|
+
- **Fast binary management** with mandatory hash verification
|
|
30
30
|
- **JavaScript-based configuration** with TypeScript definitions
|
|
31
31
|
- **Multi-platform support**: darwin, linux, freebsd, openbsd, windows (amd64, arm64, aarch64)
|
|
32
32
|
- **Three app types**:
|
package/datamitsu
CHANGED
|
Binary file
|
package/package.json
CHANGED