diff options
author | Lan Hui <1348141770@qq.com> | 2021-07-14 15:05:47 +0800 |
---|---|---|
committer | Lan Hui <1348141770@qq.com> | 2021-07-14 15:05:47 +0800 |
commit | 9375d5536c060eaa6c132f7533f8486abfd04074 (patch) | |
tree | 6d88340bb70f9adec6f5a469686609e5777f8160 /README.md |
Upload Jin Xiongrong's work -- https://gitee.com/dragondove/storode; fix UnicodeDecodeError
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/README.md b/README.md new file mode 100644 index 0000000..8344f39 --- /dev/null +++ b/README.md @@ -0,0 +1,22 @@ +# Cross-referencing code and requirement +--- + +Example for generating identifier for requirements from user stories: + +```bash +# Try to delete ./example/srs_with_id.txt and then run this command +python ./src/storode.py ./example/srs.txt +``` + +Example for generating web pages: + +```bash +# Try to delete ./doc and run this command +python ./src/storode.py ./example/srs_with_id.txt ./example/src +``` + +Example for testing collision rate of cut of MD5 digest: + +```bash +python ./src/collision.py +``` |