@fliegwerk/trc
v0.1.2
Published
A simple, bare-bones compiler for Typescript React projects, providing a configurable API
Readme
Welcome to @fliegwerk/trc 👋
A simple, bare-bones compiler for Typescript React projects, providing a configurable API
🏠 Homepage
Prerequisites
- node >=12
Install
npm install @fliegwerk/trcUsage
CLI
Show help
$ 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]Build project
trcServe project in development server
trc --watchAPI
import { build } from '@fliegwerk/trc';
build(webpackConfig);(cf. docs for a list of exported members)
Author
👤 fliegwerk
- Website: https://www.fliegwerk.com
- Twitter: @fliegwerk
- Github: @fliegwerk
🤝 Contributing
Contributions, issues and feature requests are welcome!
Feel free to check issues page. You can also take a look at the contributing guide.
Show your support
Give a ⭐️ if this project helped you!
📝 License
Copyright © 2021 Pablo Klaschka, Ludwig Richter.
This project is MIT licensed.
This README was generated with ❤️ by readme-md-generator
