UNPKG

condensed

Version:

A CLI tool to compile files from a folder into a single file or clipboard

4 lines (3 loc) 80 B
#!/usr/bin/env node import { default as main } from "../dist/index.js"; main();