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.
`