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
- Host: GitHub
- URL: https://github.com/recuencojones/swcli-deno
- Owner: RecuencoJones
- Created: 2020-05-14T15:55:59.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-05-14T18:41:34.000Z (about 6 years ago)
- Last Synced: 2024-12-28T05:41:57.806Z (over 1 year ago)
- Topics: deno, swapi, typescript
- Language: TypeScript
- Homepage:
- Size: 12.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```