WCF Truco is an application that allows people to collectively estimate story points for planning sessions. It works on top of the WebCLIFramework.
-
Go to your WCF folder and run:
$ npm install https://gitlab.com/alnvdl/wcf_truco
-
Edit the
config.json
file in your WCF folder and include this module in theapps
settting:{ ... "apps": [ ..., "wcf_truco/truco" ] }
-
Restart the server and use the
truco
application. Try thetruco help
command to learn more about what can be done. You will need to login (using thelogin
application) before using any usefultruco
functionality.
In order to use the login
application, you'll need to create some users
before. See the WebCLIFramework documentation
to learn how to do that.
The author believes this software is perfect because he wrote it himself. But that might not be true. So pull requests are welcome.