Skip to content

Latest commit

 

History

History
54 lines (39 loc) · 1.53 KB

README.md

File metadata and controls

54 lines (39 loc) · 1.53 KB

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