@datamitsu/datamitsu-linux-arm64 0.0.2-alpha-3 → 0.0.3-alpha-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.
- package/README.md +6 -0
- package/datamitsu +0 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -4,6 +4,8 @@
|
|
|
4
4
|
|
|
5
5
|
[](https://opensource.org/licenses/MIT)
|
|
6
6
|
|
|
7
|
+
> **Alpha**: This project is in alpha. The configuration API is not yet stabilized and may change between versions.
|
|
8
|
+
|
|
7
9
|
## License
|
|
8
10
|
|
|
9
11
|
MIT - See [LICENSE](LICENSE) for details
|
|
@@ -12,6 +14,10 @@ MIT - See [LICENSE](LICENSE) for details
|
|
|
12
14
|
|
|
13
15
|
This project is in early development. Contribution guidelines will be established as the project matures.
|
|
14
16
|
|
|
17
|
+
## Examples
|
|
18
|
+
|
|
19
|
+
Usage examples for runtime-managed apps (multi-version isolation, UV isolation, PNPM plugins) are in [examples/](examples/).
|
|
20
|
+
|
|
15
21
|
## Research & References
|
|
16
22
|
|
|
17
23
|
For research notes and tool references, see [docs/research.md](docs/research.md).
|
package/datamitsu
CHANGED
|
Binary file
|
package/package.json
CHANGED