8000 GitHub - danielo515/reason-ls: Build a simple command line utility in reason/Ocaml
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Build a simple command line utility in reason/Ocaml

License

Notifications You must be signed in to change notification settings

danielo515/reason-ls

Repository files navigation

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.

0