pipeman

A build tool

Usage no npm install needed!

<script type="module">
  import pipeman from 'https://cdn.skypack.dev/pipeman';
</script>

README

pipeman

A build tool

Usage example

pipeman()
    .source('src/*.js')
    .uglify()
    .dest('dist/')