Skip to content

A script to calculate lead and cycle time from LeanKit boards

License

Notifications You must be signed in to change notification settings

awconstable/leankit-leadtime

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

leankit-leadtime

A script to calculate lead and cycle time from LeanKit boards

Getting Started

  1. Install Vagrant
  2. Fire up Vagrant
    1. vagrant up
    2. vagrant ssh
  3. Install dependencies
    1. npm install
  4. Run the node script
    1. node extract-leadtime.js --help

Usage

➜ node extract-leadtime.js
Options:
  --version           Show version number                              [boolean]
  --account           Specify the LeanKit account name (https://<account
                      id>.leankit.com)                                [required]
  --email             The email address used to log in to LeanKit     [required]
  --password, --pass  The password used to log in to LeanKit          [required]
  --boardId, --bid    The id of the board you want to calculate lead and cycle
                      time for                                        [required]
  --month, -m         The month as a date to lead time calculation during.
                      Format: YYYY-MM                                 [required]
  --help              Show help                                        [boolean]

Missing required arguments: account, email, password, boardId, month
Please provide all arguments to work with this tool

Example Output

Card Count : 54
Average Lead Time (Days): 15.9
Average Cycle Time (Days): 14.3

Dependencies

  1. https://github.com/LeanKit/leankit-node-client
  2. https://www.npmjs.com/package/yargs

About

A script to calculate lead and cycle time from LeanKit boards

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published