Categorygithub.com/choria-io/scaffold
modulepackage
0.0.2
Repository: https://github.com/choria-io/scaffold.git
Documentation: pkg.go.dev

# README

Form and Scaffold Utilities for Golang

This project contains 2 main components:

  • scaffold generates files or entire directory hierarchies from complex data
  • forms is a guided input form system for the terminal that can generate arbitrarily nested complex data

Together they allow building Wizard-style file generators.

See App Builder for these projects in use in an end-user product.

# Packages

No description provided by the author

# Functions

New creates a new scaffold instance.

# Structs

Config configures a scaffolding operation.
No description provided by the author

# Interfaces

No description provided by the author