An open API service indexing awesome lists of open source software.

https://github.com/siffogh/reason-tree

A tool similar to tree-cli to print a directory's content
https://github.com/siffogh/reason-tree

Last synced: 2 months ago
JSON representation

A tool similar to tree-cli to print a directory's content

Awesome Lists containing this project

README

        

# reason-tree
> NodeJS >= 10.10.0 is required

A tree-cli-like NodeJS tool that lists a directory’s content in the shape of a tree.

Source code for [this article](https://medium.freecodecamp.org/how-to-taste-reasonml-by-building-something-useful-7b1189b94637) on freeCodeCamp.

# 1- Compile Reason to JavaScript
## Build
```
npm run build
```

## Build + Watch

```
npm run start
```

# 2- Run the compiled code with Node
```
node src/Demo.bs.js
```