README
pipeline.js-builder
it is a fluent interface for building Stages using pipeline.js library. it can covert stages to Promises/A+ it make possible yield pipeline execution
set tests on how it can be used.
fluent interface builder for pipeline.js
<script type="module">
import pipelineJsBuilder from 'https://cdn.skypack.dev/pipeline.js-builder';
</script>
it is a fluent interface for building Stages using pipeline.js library. it can covert stages to Promises/A+ it make possible yield pipeline execution
set tests on how it can be used.