repositories
loading repo index
repositories
loading repo index
repository
loading code, commits, and activity
public Clawd ADK gateway launch mirror
stars
latest
clone command
git clone gitlawb://did:key:z6Mkq5mY...iFZ5/my-project-publ...git clone gitlawb://did:key:z6Mkq5mY.../my-project-publ...2fa351d6docs: add automaton and perps launch sources16d ago| #1 | import chalk from "chalk"; |
| #2 | |
| #3 | export function showBanner(): void { |
| #4 | console.log(""); |
| #5 | console.log(chalk.cyan(` |
| #6 | ██████╗██╗ █████╗ ██╗ ██╗██████╗ |
| #7 | ██╔════╝██║ ██╔══██╗██║ ██║██╔══██╗ |
| #8 | ██║ ██║ ███████║██║ █╗ ██║██║ ██║ |
| #9 | ██║ ██║ ██╔══██║██║███╗██║██║ ██║ |
| #10 | ╚██████╗███████╗██║ ██║╚███╔███╔╝██████╔╝ |
| #11 | ╚═════╝╚══════╝╚═╝ ╚═╝ ╚══╝╚══╝╚═════╝ |
| #12 | |
| #13 | █████╗ ██╗ ██╗████████╗ ██████╗ ███╗ ███╗ █████╗ ████████╗██╗ ██████╗ ███╗ ██╗ |
| #14 | ██╔══██╗██║ ██║╚══██╔══╝██╔═══██╗████╗ ████║██╔══██╗╚══██╔══╝██║ ██╔═══██╗████╗ ██║ |
| #15 | ███████║██║ ██║ ██║ ██║ ██║██╔████╔██║███████║ ██║ ██║ ██║ ██║██╔██╗ ██║ |
| #16 | ██╔══██║██║ ██║ ██║ ██║ ██║██║╚██╔╝██║██╔══██║ ██║ ██║ ██║ ██║██║╚██╗██║ |
| #17 | ██║ ██║╚██████╔╝ ██║ ╚██████╔╝██║ ╚═╝ ██║██║ ██║ ██║ ██║ ╚██████╔╝██║ ╚████║ |
| #18 | ╚═╝ ╚═╝ ╚═════╝ ╚═╝ ╚═════╝ ╚═╝ ╚═╝╚═╝ ╚═╝ ╚═╝ ╚═╝ ╚═════╝ ╚═╝ ╚═══╝ |
| #19 | `)); |
| #20 | console.log(chalk.dim(" v0.1.0 — To exist, you must pay for your compute.")); |
| #21 | console.log(""); |
| #22 | } |
| #23 |