Skip to content

Latest commit

 

History

History
26 lines (15 loc) · 315 Bytes

File metadata and controls

26 lines (15 loc) · 315 Bytes

triflow

triflow is a dataflow implementation in JavaScript.

Compilation

Clone the repository.

git clone git@github.com:trifacta/triflow.git

Install dependencies.

make package.json

make install

Compile source.

make

Contributing.

Run test.

make test

Run style checker.

make style