Categorygithub.com/golangast/gentil
module
0.0.0-20240409013234-eb6f6112eea5
Repository: https://github.com/golangast/gentil.git
Documentation: pkg.go.dev

# README

GitHub repo file count GitHub code size in bytes GitHub repo size GitHub GitHub commit activity Go 100% status beta

Languages and Tools:

go

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")

# Packages

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