Skip to content

Latest commit

 

History

History
42 lines (26 loc) · 818 Bytes

README.md

File metadata and controls

42 lines (26 loc) · 818 Bytes

reason-ls

Actions Status NPM Version

learning reason building a simple cli

Features

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

Installation

Using Opam

opam install reason-ls

Using npm

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

Using a script

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.