6. Utils
This section documents the command-line tools that ship with daslang: the live-reload application host, the test framework, the code coverage tool, the package manager, and the MCP server for AI coding assistants.
- 6.1. daslang-live — Live-Reload Application Host
- 6.2. dastest — Test Framework
- 6.3. dascov — Code Coverage
- 6.4. daspkg — Package Manager
- 6.4.1. Quick start
- 6.4.2. Why daspkg?
- 6.4.3. Commands
- 6.4.4. Package sources
- 6.4.5. The
.das_packagemanifest - 6.4.6. Install flow
- 6.4.7. Global modules
- 6.4.8. Project layout
- 6.4.9. Lock file
- 6.4.10. Package index
- 6.4.11. Use-case examples
- 6.4.12. Version model
- 6.4.13. Requirements
- 6.4.14. Architecture
- 6.5. MCP Server — AI Tool Integration