Skip to content

Commit 4c19ff8

Browse files
authored
Merge pull request #334 from mrzachnugent/@zach/remove-init-existing-project
feat: improve init command and remove initializing existing project with cli
2 parents 3769ac5 + 8c11201 commit 4c19ff8

File tree

6 files changed

+140
-342
lines changed

6 files changed

+140
-342
lines changed

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,7 @@ https://github.com/mrzachnugent/react-native-reusables/assets/63797719/ae7e074f-
1616

1717
**Init**
1818

19-
Quickly create a new project using the React Native Reusables CLI.
20-
21-
> If a `package.json` is detected, the CLI will install all necessary dependencies and automatically configure your project for you.
19+
Quickly create a **new project** using the React Native Reusables CLI.
2220

2321
```bash
2422
npx @react-native-reusables/cli@latest init

apps/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@react-native-reusables/cli",
3-
"version": "0.3.5",
3+
"version": "0.3.6",
44
"description": "Add react-native-reusables to your project.",
55
"publishConfig": {
66
"access": "public"

0 commit comments

Comments
 (0)