Skip to content

A basic CLI for regularly updating your project's status

Notifications You must be signed in to change notification settings

sundarpaul/project-management

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This project tracker can be built with go build -o <outdir/executablefilename>

where the output directory and executable name are provided after the -o flag.

ex.

go build - will create an executable named "project-manager"

you can execute the file by running ./project-manager "my message"

About

A basic CLI for regularly updating your project's status

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 100.0%