UNPKG

siphon-cli

Version:

Simple bundler for web applications. 📦🔧🧡

8 lines (7 loc) • 284 B
const { bold, red, yellow, blue, magenta, green } = require("colors"); module.exports = `Version 0.0.4 ${yellow(bold("siphon-cli: A simple bundler for web applications."))} Bundle your files using the -bundle {start-file} {output-file}. Run watch mode using -bundle --watch. `