self_link |
---|
Program that generates type definitions, libraries, and programs in multiple languages.
🚧 Beware of Project Status: Work-in-Progress
ℹ INFO:
docs/contributing.md
coming soon!!
To execute the Fart tests, simply run deno test
. If you have not done so already, please install Deno.
You can give Fart a spin on your machine in one command (assuming Deno is installed). Check out the example code on https://fart.fart.tools/pokemon-example/.
deno run --reload https://etok.codes/fart/raw/main/ex/pokemon/run.ts
Local Variation
deno run --reload ex/pokemon/run.ts
Try running the command below after cloning the repository.
deno run --allow-read --allow-write std/cli/run.ts ./ex/pokemon.fart --reg=ts.deno --output=./ex/pokemon.ts
Please refer to docs/server-architecture.md to learn about how the server code is organized.
Please refer to docs/architecture.md to learn about the structure of this repository.
Created with 💖 by @EthanThatOneKid