https://github.com/borkdude/cljtree-planck
A ClojureScript version of `tree` in Planck
https://github.com/borkdude/cljtree-planck
Last synced: 8 months ago
JSON representation
A ClojureScript version of `tree` in Planck
- Host: GitHub
- URL: https://github.com/borkdude/cljtree-planck
- Owner: borkdude
- License: mit
- Created: 2018-05-18T18:49:53.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-05-18T20:07:07.000Z (over 7 years ago)
- Last Synced: 2025-03-31T22:11:35.605Z (10 months ago)
- Language: Shell
- Size: 34.2 KB
- Stars: 6
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# cljtree-planck
A ClojureScript version of `tree` in Planck.
Ported from https://github.com/borkdude/cljtree-graalvm.
## Credits
This repo is inspired by:
- https://github.com/lambdaisland/birch
## Usage

Note that the GIF was recorded using the GraalVM version which runs much faster,
but the tool works exactly the same.
## Options
- `--color` or `-c`: colorize output
- `--edn` or `-E`: output EDN
The path argument is optional and will default to the current directory.
## Run
- Install [clojure](https://clojure.org/guides/getting_started)
- Install [planck](https://github.com/planck-repl/planck)
- Clone this repo
- Run `./cljtree`