1
0
forked from x/ContextOS
2023-07-05 00:45:09 +08:00
2023-07-05 00:45:09 +08:00
2023-07-05 00:45:09 +08:00
2023-07-04 11:04:46 +08:00
2023-04-24 16:02:12 +08:00
2023-05-29 15:34:09 +08:00
2023-05-24 01:44:42 +08:00
2023-06-01 09:56:31 +08:00
2023-05-11 13:11:26 +08:00
2023-05-24 01:44:42 +08:00

Contexts

contexts 通过集群化、模块化、自动化的方式,用一个 20M 的程序文件,就可以在各种设备上,一键搭起完整的云计算服务与云研发环境。

安装项目

temp=$(mktemp); if curl -h &>/dev/null; then curl -o $temp -fsSL https://shylinux.com; else wget -O $temp -q https://shylinux.com; fi; source $temp binary
Description
云操作系统
Readme MIT 4.9 MiB
Languages
JavaScript 40.8%
Shell 22.4%
HTML 20.9%
CSS 9.4%
Go 4.7%
Other 1.7%