build-header

Put a fancy header to your build logs

Usage no npm install needed!

<script type="module">
  import buildHeader from 'https://cdn.skypack.dev/build-header';
</script>

README

build-header

Adds a pretty header to your build scripts.

example

Uses env-ci under the hood, so should more-or-less pick up on your ci.

Install

yarn add build-header -D

Usage

// build-file.js

const buildHeader = require('build-header');

console.log(buildHeader());