This project is a clean little utility package for generating Go programs
- It is cleaner to have these functions packaged away.
├── ff (files and folders functions)
├── temp (template functions)
├── term (terminal functions)
├── text (text functions)
Just import it's packages.
go get github.com/golangast/gentil
To run the functions import the package you want
. "github.com/golangast/gentil/utility/ff"
Then call the function
Filefolder("start", "starter")