Categorygithub.com/jonatan5524/side-projects-manager
modulepackage
0.0.0-20211022113927-fc9a9581534e
Repository: https://github.com/jonatan5524/side-projects-manager.git
Documentation: pkg.go.dev

# README

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 namedescription
add-dir [path]Adding directory of side projects.
projectsList all the side projects.
dirsList 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-infoDelete directory of side projects.
recentList recent side projects.

# Packages

No description provided by the author
No description provided by the author