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

https://github.com/recuencojones/swcli-deno

SWAPI but in CLI format for deno
https://github.com/recuencojones/swcli-deno

deno swapi typescript

Last synced: 7 months ago
JSON representation

SWAPI but in CLI format for deno

Awesome Lists containing this project

README

          

## Requirements

- Deno v1

## Install

```
npm install
```

## Running

```
npm run cli
deno run --allow-net src/swcli.ts
```

## Installing deno binary

```
deno install --allow-net src/swcli.ts
```