Repository
Current version released
4 years ago
Versions
self_link: https://fart.tools/
Fart π«
Program that generates type definitions, libraries, and programs in multiple languages.
π§ Beware of Project Status: Work-in-Progress
Development π¨βπ»
βΉ INFO:
docs/contributing.mdcoming soon!!
To execute the Fart tests, simply run deno test. If you have not done so already, please install Deno.
Give it a Spin
You can give Fart a spin on your machine in one command (assuming Deno is installed). Check out the example code on https://fart.tools/pokemon-example/.
deno run --reload https://etok.codes/fart/raw/main/ex/pokemon/run.tsLocal Variation
deno run --reload ex/pokemon/run.tsFart CLI
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.tsFart Server π‘
Please refer to docs/server-architecture.md to learn about how the server code is organized.
Architecture
Please refer to docs/architecture.md to learn about the structure of this repository.
Created with π by @EthanThatOneKid