-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
17 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
@@ -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 | |