Skip to content
This repository was archived by the owner on Jun 30, 2026. It is now read-only.

Commit e284b17

Browse files
committed
refactor: rename package from @refactorian/expo-genie-cli to expo-genie-cli.
1 parent 1335c1b commit e284b17

3 files changed

Lines changed: 2 additions & 44 deletions

File tree

.github/workflows/publish-github-packages.yml

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

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ The ultimate CLI tool for Expo app development. Scaffolds production-ready apps,
55
## Installation
66

77
```bash
8-
npm install -g @refactorian/expo-genie-cli
8+
npm install -g expo-genie-cli
99
```
1010

1111
After installation, verify that the CLI is installed correctly by checking the version. The CLI can be invoked using any of these aliases:

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "@refactorian/expo-genie-cli",
2+
"name": "expo-genie-cli",
33
"displayName": "Expo Genie CLI",
44
"version": "1.0.2",
55
"description": "Expo Genie CLI 🧞 The ultimate CLI tool for Expo app development. Scaffolds production-ready apps, generates code, and integrates complex features in seconds.",

0 commit comments

Comments
 (0)