Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
hemedani committed Nov 22, 2020
1 parent 1f992ca commit dfa9be3
Showing 1 changed file with 17 additions and 2 deletions.
19 changes: 17 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@

- it use the best experience of graphql idea
- it use the best experience of REST API's
- it remove all unnecessary extra code
- it remove all unnecessary extra code, validation, garbage feature and etc
- everything is based on tiny functions
- ...

## How to install
Expand All @@ -13,5 +14,19 @@
- after that just run this line:

```shell
deno install -qAf --allow-read --allow-write --unstable https://raw.githubusercontent.com/hemedani/funql/main/funql.ts
deno install -qAf --allow-read --allow-write --unstable https://deno.land/x/[email protected]/funql.ts
```

## How to use it

```
coming soon
```

## Todo

| Language | Process | Description |
| :------- | :----------------------------: | ---------------: |
| Deno | 🔵⚪️⚪️⚪️⚪️⚪️⚪️⚪️⚪️⚪️ | just starting |
| NodeJS | ⚪️⚪️⚪️⚪️⚪️⚪️⚪️⚪️⚪️⚪️ | nothing for know |
| Rust | ⚪️⚪️⚪️⚪️⚪️⚪️⚪️⚪️⚪️⚪️ | nothing for know |

0 comments on commit dfa9be3

Please sign in to comment.