Skip to content
/ trc Public

A simple, bare-bones compiler for Typescript React projects, providing a configurable API

License

Notifications You must be signed in to change notification settings

fliegwerk/trc

Repository files navigation

Welcome to @fliegwerk/trc 👋

Prerequisite Documentation Maintenance License: MIT Twitter: fliegwerk

A simple, bare-bones compiler for Typescript React projects, providing a configurable API

Prerequisites

  • node >=12

Install

npm install @fliegwerk/trc

Usage

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

trc

Serve project in development server

trc --watch

API

import { build } from '@fliegwerk/trc';

build(webpackConfig);

(cf. docs for a list of exported members)

Author

👤 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