Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/stevebeeblebrox/mtsc
A standalone TypeScript transpiler with support for JSX, HTML script tags, preprocessing, and minification
https://github.com/stevebeeblebrox/mtsc
cli html javascript-minifier jsx preprocessor typescript typescript-compiler
Last synced: 11 days ago
JSON representation
A standalone TypeScript transpiler with support for JSX, HTML script tags, preprocessing, and minification
- Host: GitHub
- URL: https://github.com/stevebeeblebrox/mtsc
- Owner: SteveBeeblebrox
- License: mit
- Created: 2021-11-14T00:04:07.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-07-12T08:02:02.000Z (5 months ago)
- Last Synced: 2024-07-13T05:01:55.432Z (5 months ago)
- Topics: cli, html, javascript-minifier, jsx, preprocessor, typescript, typescript-compiler
- Language: Rust
- Homepage:
- Size: 2.01 MB
- Stars: 4
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# MTSC ![GitHub](https://img.shields.io/github/license/SteveBeeblebrox/MTSC?style=flat-square) ![GitHub last commit](https://img.shields.io/github/last-commit/SteveBeeblebrox/MTSC?style=flat-square) ![GitHub issues](https://img.shields.io/github/issues-raw/SteveBeeblebrox/MTSC?style=flat-square) ![GitHub code size in bytes](https://img.shields.io/github/languages/code-size/SteveBeeblebrox/MTSC?style=flat-square) ![GitHub contributors](https://img.shields.io/github/contributors/SteveBeeblebrox/MTSC?color=007EC6&style=flat-square) ![GitHub Repo stars](https://img.shields.io/github/stars/SteveBeeblebrox/MTSC?style=flat-square)
A standalone TypeScript transpiler with support for JSX, HTML script tags, preprocessing, and minification. MTSC versions correspond to TypeScript. **Note that MTSC only transpiles TypeScript and does not generate any type errors itself. For best results, use with an editor that provides error messages such as Visual Studio Code.**Run with `--help` for more details.