Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-08-20T09:42:31.000Z (5 months ago)
- Last Synced: 2024-08-21T11:53:21.880Z (4 months ago)
- Language: Python
- Size: 264 KB
- Stars: 8
- Watchers: 14
- Forks: 10
- Open Issues: 22
-
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).## 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 .
```