Skip to content

nenadmarinkovic/structure

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Structure tree 🌳

A simple CLI program that adds a tree-like structure to your README.MD file, like:

Project Structure

  • go.mod
  • helpers.go
  • main.go
  • structure

How to Run

  1. Navigate to your Go code directory and run the following command to create an executable:
go build -o structure
  1. Move the structure app into /usr/local/bin:
mv structure /usr/local/bin
  1. Now, go to any folder and run the structure command:
structure .

This will append a tree-like structure of the project to your README.md file. If README.md doesn't exist, it will create one.

Don't have Go installed?

Go to Go for more info.

About

A simple CLI app for adding project tree structure to the README.md file

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages