Skip to content

Side project manager manages all your side projects in one place

License

Notifications You must be signed in to change notification settings

jonatan5524/side-projects-manager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

side-projects-manager

Side projects manager, manages all your side projects in one place

Requirments

Go version 1.17 or later

Installation

Install using go

go get github.com/jonatan5524/side-projects-manager

Run all tests with coverage

go test ./... -cover

GOPATH

Make sure your PATH includes the $GOPATH/bin directory so your commands can be easily used:

export PATH=$PATH:$GOPATH/bin

Command-Line

You can get all the possible functionaly using command line,

To see all commands available:

side-project-manager -h

To see all options available to a spasific command:

side-project-manager [command] --help

Available commands:

command name description
add-dir [path] Adding directory of side projects.
projects List all the side projects.
dirs List all the directories.
delete-dir [path] Delete directory of side projects from track (not from file system).
delete-project [path] Delete side project from track (not from file system).
project-info Delete directory of side projects.
recent List recent side projects.

About

Side project manager manages all your side projects in one place

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published