#!/usr/bin/env node const bootstrap = () => { console.log(`🥳 Welcome to use the CLI Unbuild Template!`); }; bootstrap();