ascii-tree-generator

module
v0.0.0-...-ce9bd75 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 14, 2024 License: MIT

README

ASCII Tree Generator

a cli tool to get your project structure in ascii tree format

install

go install github.com/jeanlin88/ascii-tree-generator/cmd/gen-ascii-tree

execute

default options

gen-ascii-tree

include hidden file/directory

gen-ascii-tree --include-hidden

set output file

gen-ascii-tree --output-file=output.txt

replace existing output file

gen-ascii-tree --output-file=output.txt --replace

build

Windows

go build -o gen-ascii-tree.exe cmd/main.go

Unix-like

go build -o gen-ascii-tree cmd/main.go

Directories

Path Synopsis
cmd
mocks
pkg

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL