Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: Don't require Plop to be installed separately #99

Merged
merged 1 commit into from
Jun 5, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,11 @@ to compile the test apps yourself.

# Quick Start

Install `react-native-test-app` and `plop`. We will use
Install `react-native-test-app` as a dev dependency. We will use
[Plop](https://plopjs.com/) to generate the test app:

```bash
yarn add plop react-native-test-app --dev
yarn add react-native-test-app --dev
yarn plop --plopfile node_modules/react-native-test-app/plopfile.js --dest sample
```

Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,13 +39,13 @@
"metro-react-native-babel-preset": "0.54.1",
"react": "16.8.6",
"react-native": "0.60.6",
"react-native-macos": "0.60.0-microsoft.79"
"react-native-macos": "0.60.0-microsoft.79",
"plop": "^2.6.0"
},
"devDependencies": {
"@semantic-release/git": "^9.0.0",
"eslint": "^6.8.0",
"eslint-plugin-prettier": "^3.1.2",
"plop": "^2.6.0",
"prettier": "2.0.4",
"semantic-release": "^17.0.0"
},
Expand Down