Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func OSFS ¶
func OSFS(dir string) vfs.ReadWritable
func Scaffold ¶
func Scaffold(fsys vfs.ReadWritable, scaffoldings ...Scaffolding) error
Types ¶
type Scaffolding ¶
type Scaffolding interface {
Scaffold(fsys vfs.ReadWritable) error
}
func JSON ¶
func JSON(path string, state interface{}) Scaffolding
func Template ¶
func Template(path, template string, state interface{}) Scaffolding
Click to show internal directories.
Click to hide internal directories.