module
0.0.0-20240409013234-eb6f6112eea5
Repository: https://github.com/golangast/gentil.git
Documentation: pkg.go.dev
# README
Languages and Tools:
Gentil
General info
This project is a clean little utility package for generating Go programs
Why build this?
- It is cleaner to have these functions packaged away.
Repository overview
├── ff (files and folders functions)
├── temp (template functions)
├── term (terminal functions)
├── text (text functions)
Setup
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")