# TS Types Extractor ## This is a simple tool to extract typescript types from multiple to a single file. ### Usage - Clone 1. git clone 2. cargo run -- --from --to --file ### Usage - Homebrew 1. brew tap alexcloudstar/tap 2. brew install tstpmove 3. tstpmove --from --to --file # Enjoy it!