Sen descrición

LoGin 1a4b1b1805 chore: 更新到0.3.0 (#109) hai 1 día
.github 0f4296743f ci: fix docs ci cache key (#82) hai 4 meses
crates 7b558221fb chore: 更新依赖项并调整Cargo.toml配置 (#105) hai 2 semanas
dadk 1a4b1b1805 chore: 更新到0.3.0 (#109) hai 1 día
dadk-config 1a4b1b1805 chore: 更新到0.3.0 (#109) hai 1 día
dadk-user 1a4b1b1805 chore: 更新到0.3.0 (#109) hai 1 día
docs 1a4b1b1805 chore: 更新到0.3.0 (#109) hai 1 día
tests a013ae121c refactor: 删除rust_target字段 (#83) hai 4 meses
.gitignore 7b558221fb chore: 更新依赖项并调整Cargo.toml配置 (#105) hai 2 semanas
Cargo.lock 1a4b1b1805 chore: 更新到0.3.0 (#109) hai 1 día
Cargo.toml 7b558221fb chore: 更新依赖项并调整Cargo.toml配置 (#105) hai 2 semanas
LICENSE 726f9a9348 Initial commit %!s(int64=2) %!d(string=hai) anos
README.md ef91178ff5 chore: 修复cargo publish时,提示dadk的readme未找到的问题 (#96) hai 4 meses
rust-toolchain.toml 60f366c9cf ci: 添加单元测试和集成测试 (#36) hai 11 meses

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

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