UNPKG

tracey-cli

Version:
22 lines (14 loc) 1.21 kB
# Project Tracey ![Codecov](https://img.shields.io/codecov/c/github/konstantin-hatvan/traceability-tool) ![npm downloads](https://img.shields.io/npm/dt/tracey-cli) ![npm version](https://img.shields.io/npm/v/tracey-cli) [![NPM](https://nodei.co/npm/tracey-cli.png?mini=true)](https://npmjs.org/package/tracey-cli) A markdown-based requirements tool for creating and updating trace links between structured requirements and source code. ## Workflow - Document the project requirements in markdown files - Each requirement is assigned a unique ID in the markdown frontmatter - Annotate the requirement ID in the source code - Run `tracey` to generate the trace links For more information have a look a the [Getting Started](./docs/user/getting-started.md) guide. If you are interested in how the generated trace links look, have a look at [a real requirements document of this project](./docs/requirements/Annotation/Annotation.md). ## Contributing I develop this project for my master studies and I might get in trouble because of code ownership if I accept pull requests. Therefore, pull request will not be accepted until I have finished my master studies. After that, pull requests will be accepted.