Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jonnydgreen/ts-factory

[WIP] Build and render TypeScript using JSON
https://github.com/jonnydgreen/ts-factory

ast code-generation deno json typescript

Last synced: 8 days ago
JSON representation

[WIP] Build and render TypeScript using JSON

Awesome Lists containing this project

README

        

# ts-factory

[![codecov](https://codecov.io/gh/jonnydgreen/ts-factory/branch/main/graph/badge.svg?token=3ZR8MZ2TCB)](https://codecov.io/gh/jonnydgreen/ts-factory)

Build and render TypeScript using JSON definitions.

Contributions are welcome!

## Contributing

### Setup

- [Install ASDF](https://asdf-vm.com/guide/getting-started.html)

- Install Deno

```sh
asdf install
```

- Run tests

```sh
deno task test
```