Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/laurence-myers/tscodegendsl
TypeScript code generator DSL
https://github.com/laurence-myers/tscodegendsl
Last synced: 6 days ago
JSON representation
TypeScript code generator DSL
- Host: GitHub
- URL: https://github.com/laurence-myers/tscodegendsl
- Owner: laurence-myers
- Created: 2020-06-14T09:54:29.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-03-05T00:15:44.000Z (almost 2 years ago)
- Last Synced: 2024-11-10T20:44:58.127Z (2 months ago)
- Language: TypeScript
- Size: 94.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# tscodegendsl - a TypeScript code generator domain-specific language
Call functions to build up your code into an abstract syntax tree (AST), then convert it to a string by calling `astToString()`.