0.1.2 ā€¢ Published 3 years ago

@fliegwerk/trc v0.1.2

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

Welcome to @fliegwerk/trc šŸ‘‹

Prerequisite Documentation Maintenance License: MIT Twitter: fliegwerk

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

šŸ  Homepage

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