SaaSHub helps you find the best software and product alternatives Learn more →
Ttypescript Alternatives
Similar projects and alternatives to ttypescript
-
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
-
-
-
-
-
-
-
-
-
typescript-transform-paths
Transforms module resolution paths using TypeScript path mapping and/or custom paths
-
-
-
typescript-transformer-handbook
📘 A comprehensive handbook on how to create transformers for TypeScript with code examples.
-
-
-
-
ts-dynamodb-attributes-transformer
Code transformer plugin powered by TypeScript Compiler API that transforms TypeScript object from/to Amazon DynamoDB attributes
NOTE:
The number of mentions on this list indicates mentions on common posts plus user suggested alternatives.
Hence, a higher number means a better ttypescript alternative or higher similarity.
ttypescript discussion
ttypescript reviews and mentions
Posts with mentions or reviews of ttypescript.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2023-05-18.
-
Ts-morph – programmatically manipulate TypeScript source code with TypeScript
Actually this can easily overcome by using https://github.com/cevek/ttypescript that allows using transformers in tsc and define then in tsconfig.json
-
Can TS transpile struct to ARRAY? Can give massive memory/perf gains.
You could write custom transformer for this (using ttypescript), if you really want to
-
Tuple | union from file system
didn't look to hard at it but afaik ttypescript is what you need https://github.com/cevek/ttypescript
-
Stop Using "AST" Directly
That's it! after this, just register it with the method described on ttypescript.
-
ts-dynamodb-attributes-transformer - A code transformer of TypeScript object to DynamoDB attributes
As I noted above, this is a TypeScript transformer plugin so it needs to hook this plugin on TypeScript compilation phase. I suppose one of the easiest ways is using ttypescript which is a custom TypeScript compiler that can hook the transformer plugin on a compilation. Please refer also to the "How to use this transformer" section in README.
-
Absolute => Relative paths during transpilation?
If you don't want to use a bundler, you can use https://github.com/cevek/ttypescript in combination with https://github.com/LeDDGroup/typescript-transform-paths
-
Automatically generating typeguard functions
You can use the plugin https://github.com/awerlogus/io-ts-transformer with https://github.com/cevek/ttypescript to get compile time generation of io-ts codecs as well.
-
Forking the typescript compiler and building on it?
There is also a forked version of the compiler that allows custom transformers: https://github.com/cevek/ttypescript
-
TypeScript++?
Closest I can think of is ttypescript
-
A note from our sponsor - SaaSHub
www.saashub.com | 12 Jul 2026
Stats
Basic ttypescript repo stats
9
1,536
3.5
about 3 years ago
The primary programming language of ttypescript is TypeScript.