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 | export function showBanner() { |
| #3 | console.log(""); |
| #4 | console.log(chalk.cyan(` |
| #5 | ██████╗██╗ █████╗ ██╗ ██╗██████╗ |
| #6 | ██╔════╝██║ ██╔══██╗██║ ██║██╔══██╗ |
| #7 | ██║ ██║ ███████║██║ █╗ ██║██║ ██║ |
| #8 | ██║ ██║ ██╔══██║██║███╗██║██║ ██║ |
| #9 | ╚██████╗███████╗██║ ██║╚███╔███╔╝██████╔╝ |
| #10 | ╚═════╝╚══════╝╚═╝ ╚═╝ ╚══╝╚══╝╚═════╝ |
| #11 | |
| #12 | █████╗ ██╗ ██╗████████╗ ██████╗ ███╗ ███╗ █████╗ ████████╗██╗ ██████╗ ███╗ ██╗ |
| #13 | ██╔══██╗██║ ██║╚══██╔══╝██╔═══██╗████╗ ████║██╔══██╗╚══██╔══╝██║ ██╔═══██╗████╗ ██║ |
| #14 | ███████║██║ ██║ ██║ ██║ ██║██╔████╔██║███████║ ██║ ██║ ██║ ██║██╔██╗ ██║ |
| #15 | ██╔══██║██║ ██║ ██║ ██║ ██║██║╚██╔╝██║██╔══██║ ██║ ██║ ██║ ██║██║╚██╗██║ |
| #16 | ██║ ██║╚██████╔╝ ██║ ╚██████╔╝██║ ╚═╝ ██║██║ ██║ ██║ ██║ ╚██████╔╝██║ ╚████║ |
| #17 | ╚═╝ ╚═╝ ╚═════╝ ╚═╝ ╚═════╝ ╚═╝ ╚═╝╚═╝ ╚═╝ ╚═╝ ╚═╝ ╚═════╝ ╚═╝ ╚═══╝ |
| #18 | `)); |
| #19 | console.log(chalk.dim(" v0.1.0 — To exist, you must pay for your compute.")); |
| #20 | console.log(""); |
| #21 | } |
| #22 | //# sourceMappingURL=banner.js.map |