0.18.1 • Published 1 year ago

@wuespace/parcel-reporter-tc-cli v0.18.1

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

Parcel Reporter tc-cli

npm: @wuespace/parcel-reporter-tc-cli

Maintainability Test Coverage GitHub Workflow Status GitHub Workflow Status GitHub Node current NPM current Twitter Follow

Parcel Reporter Plugin that configures Parcel to interact with the @wuespace/telestion-client-cli.

Installation

If you're using the @wuespace/telestion-client-template the plugin is already installed and integrated in Parcel.

If that's not the case, install the plugin as development dependency:

npm install --save-dev @wuespace/parcel-reporter-tc-cli

Then add it to your .parcelrc configuration:

{
	"reporters": ["...", "@wuespace/parcel-reporter-tc-cli"]
}

That's it!

Implementation Details

The reporter sends every Parcel build status update through Node's IPC channel between two Node processes. The tc-cli forks the Parcel process, captures and interprets the transmitted build status, and continues its build process.

Contributing

If you want to contribute to this package, please take a look at the Telestion Client monorepo that manages this package, among other Telestion Client packages.

Contributors

Thank you to all contributors of this repository:

Contributors

Made with contributors-img.

About

This is part of Telestion, a project by WüSpace e.V..