wire

1.1.8 • Public • Published

Wire.js   npm version CircleCI

Wire is an experimental toolkit for building apps. It aims to make build feel more like this:

const outputFiles = await transform(sourceFiles);

Wire is not a CLI tool. It is a Node.js library that enables you to:

  • convert any third party build tool into an async function
  • compose those functions together into a pipeline
  • perform light, incremental rebuilds whenever source files change

More details to follow

Readme

Keywords

none

Package Sidebar

Install

npm i wire

Weekly Downloads

25

Version

1.1.8

License

MIT

Last publish

Collaborators

  • callumlocke