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🦕
- Host: GitHub
- URL: https://github.com/ryuapp/lslike
- Owner: ryuapp
- License: mit
- Archived: true
- Created: 2023-06-18T16:42:08.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-02-07T14:50:09.000Z (over 2 years ago)
- Last Synced: 2025-04-10T19:33:02.403Z (about 1 year ago)
- Topics: deno
- Language: TypeScript
- Homepage:
- Size: 34.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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