Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/danielo515/reason-ls
- Owner: danielo515
- License: mit
- Created: 2020-04-09T12:45:28.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2022-09-11T20:12:25.000Z (over 2 years ago)
- Last Synced: 2024-08-05T15:07:36.485Z (5 months ago)
- Language: Reason
- Size: 195 KB
- Stars: 5
- Watchers: 3
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGES.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
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).