Skip to content

Commit

Permalink
docs: Dreaming of a world where ECMAScript didn't suck
Browse files Browse the repository at this point in the history
  • Loading branch information
eliassjogreen committed Sep 17, 2024
1 parent 6fabf54 commit 3e5596d
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,13 @@
# TypeFetch

TypeFetch is a tool for generating zero-cost type-safe `fetch` clients from
OpenAPI schemas. It works everywhere you can call `fetch`, and anywhere you can
use TypeScript.
I dream of proper meta-programming in the wild west of ECMAScript. A parallel
universe where ECMAScript had types, macros, and a proper module system. Where
modules work regardless of environment and runtime. Where interfacing with the
system is standardized, and code from server runtimes work in the browser. But
alas, we are stuck in this bad joke of a universe where TypeScript is the next
best thing. So, I present to you, TypeFetch, a tool for generating zero-cost
type-safe `fetch` clients from OpenAPI schemas. It works everywhere you can call
`fetch`, and anywhere you can use TypeScript.

## Usage

Expand Down

0 comments on commit 3e5596d

Please sign in to comment.