UNPKG

add-dist-header

Version:

Prepend a one-line banner comment (with license notice) to distribution files

10 lines (7 loc) 191 B
#!/usr/bin/env node ///////////////////// // add-dist-header // // MIT License // ///////////////////// import { addDistHeader } from '../dist/add-dist-header.js'; addDistHeader.cli();