Documentation
¶
Index ¶
- func DownloadRepository(link string, outputPath string) (string, error)
- func GenerateCLOC(path string) ([]byte, error)
- func GenerateSolFlowerJSON(jsonData []byte, outputPath string) ([]byte, error)
- func IsPortOpen(port int) bool
- func OpenBrowser(url string)
- func Unzip(src string, dest string) ([]string, error)
- type File
- type Node
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GenerateCLOC ¶
GenerateCLOC generates the CLOC of a project using https://github.com/AlDanial/cloc binary
func GenerateSolFlowerJSON ¶
GenerateSolFlowerJSON converts the json provided by cloc to another json file. This json file is stored in a specified output path. This json file is needed for generating the code flower shape.
func OpenBrowser ¶
func OpenBrowser(url string)
Types ¶
Click to show internal directories.
Click to hide internal directories.