<%=config%>¶ ↑
Welcome to your new Minireq
Requirements Project! To experiment with Minireq
, run minireq promo
and play with Minireq
requirements.
Typical Minireq
Requirement Project has the following directory structure: * dfts/ - drafts folder; * docs/ - documents folder; * reqs/ - requirements folder; * tpts/ - templates folder; * creq.thor - file with custom Thor tasks for your special needs; * README.md - this file.
TODO: Delete this paragraph body and the text above, and describe your project (stakeholders and users contacts, project servers, databases, etc.)
Promo¶ ↑
Minireq
is supplied by Promo Minireq
Project. This project contains software requirements to Minireq
. You can copy Promo Minireq
Project through minireq promo
command. This command copies the content of the Promo project to the current directory.
When the promo project is copied, you can simply create a Minireq
Requirements Document by minireq doc
command, or you can play with DSL by minreq trace/pert/fpa create
Basic commands¶ ↑
You can see all available commands through minireq help
command.
Extend it yourself¶ ↑
If you want to extend standard CLI interface, you can do it through Thor gem. Just add your tasks in creq.thor
file or create your own one. creq.thor
contains two simple examples of such tasks, try the following: thor creq:console
or thor creq:print
.