MCPcopy Create free account
hub / github.com/breck7/scroll /

Class

scroll.js:16–16  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

14const ensureFolderEndsInSlash = folder => folder.replace(/\/$/, "") + "/"
15
16class ScrollCli extends SimpleCLI {
17 welcomeMessage = `\n📜 WELCOME TO SCROLL (v${packageJson.version})`
18 async initCommand(cwd) {
19 // todo: use stamp for this.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected