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

https://github.com/ryuapp/lslike

[WIP] lslike is ls command for Windows with Deno🦕
https://github.com/ryuapp/lslike

deno

Last synced: about 1 year ago
JSON representation

[WIP] lslike is ls command for Windows with Deno🦕

Awesome Lists containing this project

README

          

# lslike

[![deno module](https://shield.deno.dev/x/lslike)](https://deno.land/x/lslike)\
[WIP] lslike is ls command for Windows with Deno🦕

## Install

Install [Deno CLI](https://deno.com/manual/getting_started/installation) and run
following this command.

```
deno install --allow-read --name ls https://deno.land/x/lslike/cli.ts
```

## Usage

```
ls
ls -1
ls --help
```

## License

MIT