https://github.com/zephyrproject-rtos/reqmgmt
https://github.com/zephyrproject-rtos/reqmgmt
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/zephyrproject-rtos/reqmgmt
- Owner: zephyrproject-rtos
- Created: 2021-04-15T20:42:14.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2025-03-12T08:00:43.000Z (4 months ago)
- Last Synced: 2025-05-08T22:08:35.461Z (about 2 months ago)
- Language: Python
- Size: 271 KB
- Stars: 16
- Watchers: 18
- Forks: 16
- Open Issues: 24
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Zephyr Project Requirements
This repository contains a preliminary work on the Zephyr Project requirements.
The requirements are captured using
[StrictDoc](https://github.com/strictdoc-project/strictdoc).## Deployed Documentation
The requirements documentation is available online at:
[https://zephyrproject-rtos.github.io/reqmgmt](https://zephyrproject-rtos.github.io/reqmgmt)## System requirements
The requirements shall be browsable and editable on all major operating systems
that have Python 3.7+.## Getting started
To install the requirements management tool:
```shell
pip install strictdoc
```To generate the requirements documentation in HTML format:
```shell
strictdoc export .
```To browse/edit the requirements using StrictDoc's web interface:
```shell
strictdoc server .
```To generate uid's for new written requirements use the command:
```shell
strictdoc manage auto-uid .
```