A simple, bare-bones compiler for Typescript React projects, providing a configurable API
🏠 Homepage
- node >=12
npm install @fliegwerk/trc
$ trc --help
Options:
--version Show version number [boolean]
-w, --watch Automatically rebuild on source change [boolean]
--debug Run with verbose logging [string]
--help Show help [boolean]
trc
trc --watch
import { build } from '@fliegwerk/trc';
build(webpackConfig);
(cf. docs for a list of exported members)
👤 fliegwerk
- Website: https://www.fliegwerk.com
- Twitter: @fliegwerk
- Github: @fliegwerk
Contributions, issues and feature requests are welcome!
Feel free to check issues page. You can also take a look at the contributing guide.
Give a ⭐️ if this project helped you!
Copyright © 2021 Pablo Klaschka, Ludwig Richter.
This project is MIT licensed.
This README was generated with ❤️ by readme-md-generator