README
pipeman
A build tool
Usage example
pipeman()
.source('src/*.js')
.uglify()
.dest('dist/')
A build tool
<script type="module">
import pipeman from 'https://cdn.skypack.dev/pipeman';
</script>
A build tool
pipeman()
.source('src/*.js')
.uglify()
.dest('dist/')