UNPKG

ncat

Version:

Node CLI to concatenate multiple files, with their sourcemaps and optionally stdin, a banner and a footer

9 lines (7 loc) 151 B
#!/usr/bin/env node require('..')() .then(() => process.exit(0)) .catch(error => { console.error(`\n ${error.message}`); process.exit(1); });