Skip to content
/ pert Public

pert CLI - calculate your project tasks estimates

License

Notifications You must be signed in to change notification settings

ink8bit/pert

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pert CLI

Go Reference

PERT (Program Evaluation and Review Technique) is a statistical tool used in project management that is designed to analyze and represent the tasks involved in completing a given project.

Install

CLI tool:

go install github.com/ink8bit/pert/cmd/pert@latest

Package:

go get github.com/ink8bit/pert

Usage

Usage of pert:
  -n string
        task name
  -o float
        optimistic value
  -p float
        pessimistic value
  -r float
        realistic value