Popularity
3.9
Growing
Activity
7.0
-
97
3
4
Programming language: Go
License: BSD 2-clause "Simplified" License
Tags:
Miscellaneous
Uncategorized
gtree alternatives and similar packages
Based on the "Uncategorized" category.
Alternatively, view gtree alternatives based on common mentions on social networks and blogs.
-
sitemap-format
Simple sitemap formatting, with a little syntactic sugar
Access the most powerful time series database as a service
Ingest, store, & analyze all types of time series data in a fully-managed, purpose-built database. Keep data forever with low-cost storage and superior data compression.
Promo
www.influxdata.com
Do you think we are missing an alternative of gtree or a related project?
README
gtree
Generate tree๐ณ from Markdown or Programmatically. Provide CLI and Package for Go, output is JSON or YAML or TOML or tree command.
## Description
โโโ There are three ways to generate tree (CLI, Package(1), Package(2)). They are explained below.
โโโ CLI and Package(1)
โ โโโ Given a Markdown file or format, the result of linux tree command is printed.
โ โโโ Create Markdown file by referring to the file in the `testdata/` directory.
โ โ โโโ Hierarchy is represented by hyphen and indentation.
โ โ โโโ Indentation should be unified by one of the following.
โ โ โโโ Tab (default)
โ โ โโโ Two spaces (required: `-ts`)
โ โ โโโ Four spaces (required: `-fs`)
โ โโโ You can also output JSON (required: `-j`)
โ โโโ You can also output YAML (required: `-y`)
โ โโโ You can also output TOML (required: `-t`)
โโโ Package(1)
โ โโโ You can customize branch format.
โโโ Package(2)
โโโ You can also generate a tree programmatically.
โโโ Markdown is irrelevant.
โโโ You can customize branch format.
โโโ You can also output JSON or YAML or TOML.
generated by cat testdata/sample0.md | gtree -fs