Skip to content

Commit f79200b

Browse files
katspaughclaude
andauthored
chore: remove StackBlitz integration and update repository URLs (#9)
- Remove StackBlitz files (.stackblitz/README.md, .stackblitzignore, .stackblitzrc) - Remove StackBlitz badge from README as it no longer works - Update repository URL from safe-global/safe-cli to 5afe/safe-cli-nodejs - Update clone directory name to match repository name 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-authored-by: Claude <noreply@anthropic.com>
1 parent e12672f commit f79200b

File tree

5 files changed

+3
-82
lines changed

5 files changed

+3
-82
lines changed

.stackblitz/README.md

Lines changed: 0 additions & 56 deletions
This file was deleted.

.stackblitzignore

Lines changed: 0 additions & 12 deletions
This file was deleted.

.stackblitzrc

Lines changed: 0 additions & 9 deletions
This file was deleted.

README.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@
44
55
Built on top of the [Safe Core SDK](https://github.com/safe-global/safe-core-sdk), Safe CLI makes it easy to create, manage, and interact with Safe multi-signature wallets directly from your terminal.
66

7-
[![Open in StackBlitz](https://developer.stackblitz.com/img/open_in_stackblitz.svg)](https://stackblitz.com/github/5afe/safe-cli-nodejs?view=terminal&hideNavigation=1&hideDevTools=1&terminalHeight=100)
8-
97
---
108

119
## Why Safe CLI?
@@ -294,8 +292,8 @@ These are optional but recommended for enhanced functionality:
294292

295293
```bash
296294
# Clone the repository
297-
git clone https://github.com/safe-global/safe-cli.git
298-
cd safe-cli
295+
git clone https://github.com/5afe/safe-cli-nodejs.git
296+
cd safe-cli-nodejs
299297

300298
# Install dependencies
301299
npm install

src/ui/screens/WelcomeScreen.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ export function WelcomeScreen({ onExit }: WelcomeScreenProps): React.ReactElemen
6565
{/* Footer */}
6666
<Box>
6767
<Text color={theme.colors.dim}>
68-
For more information, visit: https://github.com/safe-global/safe-cli
68+
For more information, visit: https://github.com/5afe/safe-cli-nodejs
6969
</Text>
7070
</Box>
7171
</Box>

0 commit comments

Comments
 (0)