Sen descrición

LoGin 6fed26144e chore: 更新Cargo.lock和Cargo.toml文件中的版本号到0.4.0 (#115) hai 2 semanas
.github 0f4296743f ci: fix docs ci cache key (#82) hai 6 meses
crates 7b558221fb chore: 更新依赖项并调整Cargo.toml配置 (#105) hai 2 meses
dadk 6fed26144e chore: 更新Cargo.lock和Cargo.toml文件中的版本号到0.4.0 (#115) hai 2 semanas
dadk-config 6fed26144e chore: 更新Cargo.lock和Cargo.toml文件中的版本号到0.4.0 (#115) hai 2 semanas
dadk-user 6fed26144e chore: 更新Cargo.lock和Cargo.toml文件中的版本号到0.4.0 (#115) hai 2 semanas
docs 0e223e3461 feat: 添加archive-rootdir支持并优化构建和安装逻辑 (#114) hai 2 semanas
tests b1d3d21d75 修正一处单元测试错误 (#111) hai 1 mes
.gitignore 7b558221fb chore: 更新依赖项并调整Cargo.toml配置 (#105) hai 2 meses
Cargo.lock 6fed26144e chore: 更新Cargo.lock和Cargo.toml文件中的版本号到0.4.0 (#115) hai 2 semanas
Cargo.toml 7b558221fb chore: 更新依赖项并调整Cargo.toml配置 (#105) hai 2 meses
LICENSE 726f9a9348 Initial commit %!s(int64=2) %!d(string=hai) anos
README.md ef91178ff5 chore: 修复cargo publish时,提示dadk的readme未找到的问题 (#96) hai 6 meses
rust-toolchain.toml 87a10adc00 chore: 更新Rust工具链至nightly-2024-11-05版本 (#110) hai 1 mes

README.md

DADK - DragonOS Application Development Kit

DragonOS 应用开发工具

codecov

简介

DADK是一个用于开发DragonOS应用的工具包,设计目的是为了让开发者能够更加方便的开发DragonOS应用。

文档

DADK的文档托管在DADK Docs上。

DADK有什么用?

  • 管理DragonOS应用的编译与安装
  • 对DragonOS内核进行profiling
  • 管理DragonOS的镜像构建、虚拟机运行

快速开始

安装DADK

DADK是一个Rust程序,您可以通过Cargo来安装DADK。

# 从GitHub安装最新版
cargo install --git https://github.com/DragonOS-Community/DADK.git

# 从crates.io下载
cargo install dadk

然后,转到Quick Start以开始使用DADK。

License

DADK is licensed under the GPLv2 License.

Contributing

欢迎贡献代码!请参阅开发者指南以了解如何贡献代码。