Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/jonnydgreen/ts-factory
- Owner: jonnydgreen
- License: mit
- Created: 2022-07-10T11:21:12.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-08-17T22:34:18.000Z (over 2 years ago)
- Last Synced: 2023-03-05T22:17:07.214Z (over 1 year ago)
- Topics: ast, code-generation, deno, json, typescript
- Language: TypeScript
- Homepage:
- Size: 2.26 MB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```