Skip to content

OwlfaceGames/treeladder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TreeLadder

TreeLadder is a command-line tool written in Go that helps developers quickly create file and directory structures for new projects. It provides an interactive interface to create nested folders and files, allowing you to scaffold project structures with minimal effort. The tool guides you through the creation process step by step, making it easy to build complex directory hierarchies without having to manually create each folder and file.

Usage

  • Create a new project: treeladder create project_name
  • Follow the interactive prompts to create folders and files
  • For each folder, you can choose to create nested content
  • Navigate through the creation process by answering yes/no questions
  • Check the version: treeladder version or treeladder -v

Installation

  • From source:
    • Clone the repository: git clone https://github.com/owlfacegames/treeladder
    • Build the binary: cd treeladder && go build
    • Move to a directory in your PATH: mv treeladder /usr/local/bin/ or just do go install from project root

About

Simple cli tool for quickly creating folders and files in the project structure you want. Made in Go.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

 

Packages

 
 
 

Contributors

Languages