Closed alechp closed 1 month ago
Resolved as of https://github.com/ssotops/gitspace/pull/55
ssotops
├── gitspace
│ ├── LICENSE
│ ├── README.md
│ ├── go.mod
│ ├── go.sum
│ ├── gs.hcl -> templates/default.hcl
│ ├── install.sh
│ ├── lib
│ │ └── github_api.go
│ ├── main.go
│ ├── main_test.go
│ ├── templates
│ │ └── default.hcl
│ └── uninstall.sh
├── gitspace-plugin-hello-galaxy
├── gitspace-plugin-template
├── k1space
│ ├── LICENSE
│ ├── README.md
│ ├── arc-k1space
│ ├── go.mod
│ ├── go.sum
│ ├── install.sh
│ └── main.go
├── scmany
├── ssotops.com
└── ssotspace
10 directories, 18 files
Example: