/rust-tspath

A Typescript paths replacer written in Rust. ⚡ Supersed by https://github.com/joseluisq/go-tspath

Primary LanguageRust

Rust TSPath

A Typescript paths replacer written in Rust. ⚡

Status: WIP

Usage

## after the tsc compiling just run:
rust-tspath --source src/**/*.js --config ./tsconfig.json

Development

Install

make

Run

make run

Watch

make watch

Production

Release

make release