#!/usr/bin/env node
console.log(`
🧰 RUNNER - available commands:
newCreate a new project
clone Clone a project from an existing repository
publish Publish a project to a repository
updateUpdate RUNNER
help Show this help menu
Usage:
runner <command> [...args]
`);