Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@spartez-software/ap-server-session-generator

Package Overview
Dependencies
Maintainers
7
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@spartez-software/ap-server-session-generator

Generate Agile Poker sessions quickly, with estimates and comments

  • 1.0.1
  • latest
  • npm
  • Socket score

Version published
Weekly downloads
0
Maintainers
7
Weekly downloads
 
Created
Source

Agile Poker Server/DC session generator

Use this tool to generate Agile Poker sessions quickly, with estimates and comments.

Installation

$ npm install -g @spartez-software/ap-server-session-generator

Usage

Example usage, which will create 1 interactive and 1 async session on board #5 with admin as moderator and only participant:

$ ap-server-session-generator -h http://localhost:2990 -m admin:admin --interactive 1 --async 1 --board 5

More participants:

$ ap-server-session-generator -m admin:admin --interactive 1 --board 5 --participants user1:pass1 user2:pass2

Generate sessions 10 async sessions on all available boards:

$ ap-server-session-generator -m admin:admin --async 10 --all-boards

Customize vote values:

$ ap-server-session-generator -m admin:admin --interactive 1 --board 5 --votes S=1 M=2 L=3

Notes

  • All sessions will use the estimation field which is configured on board.
  • All issues available on board will be estimated by all participants defined (plus moderator), for async session every participant will also add a comment.
  • For kanban boards make sure to set the estimation field before generating sessions (it's set to None by default and may cause weird results).

FAQs

Package last updated on 19 Feb 2021

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc