Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/danielo515/reason-ls

Build a simple command line utility in reason/Ocaml
https://github.com/danielo515/reason-ls

Last synced: about 2 months ago
JSON representation

Build a simple command line utility in reason/Ocaml

Awesome Lists containing this project

README

        

# reason-ls

[![Actions Status](https://github.com/danielo515/reason-ls/workflows/CI/badge.svg)](https://github.com/danielo515/reason-ls/actions)
[![NPM Version](https://badge.fury.io/js/%40danielo515%2Freason-ls.svg)](https://badge.fury.io/js/%40danielo515%2Freason-ls)

learning reason building a simple cli

## Features

- Available on all major platform (Windows, Linux and Windows)

## Installation

### Using Opam

```bash
opam install reason-ls
```

### Using npm

```bash
yarn global add @danielo515/reason-ls
# Or
npm -g install @danielo515/reason-ls
```

### Using a script

```bash
curl -fsSL https://github.com/danielo515/reason-ls/raw/master/script/install.sh | bash
```

## Usage

### `reason-ls FOLDER`

lists FOLDER as a tree

## Contributing

Take a look at our [Contributing Guide](CONTRIBUTING.md).