Skip to content

Commit 29ce578

Browse files
author
Ahmed Elshaabany
committed
Modify README
1 parent 92133e7 commit 29ce578

File tree

2 files changed

+19
-8
lines changed

2 files changed

+19
-8
lines changed

README.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,18 +2,16 @@
22
This template is a react-native boilerplate project template to start with for new projects.
33

44
## Features
5-
* Typescript ready: This template based on the typescript template [here](https://github.com/react-native-community/react-native-template-typescript
5+
[] **Typescript ready:** This template based on the typescript template [here](https://github.com/react-native-community/react-native-template-typescript
66
)
7-
* React Navigation ready: Includes [react navigation](https://reactnavigation.org/) with basic working functionality out-of-the-box to work with.
8-
* TDD ready: Includes setup for [Jest](https://jestjs.io/), [Enzyme](https://enzymejs.github.io/enzyme/), [Detox](https://github.com/wix/Detox) for component and e2e testing.
9-
* Lint ready: ESlint.
7+
[] **React Navigation ready:** Includes [react navigation](https://reactnavigation.org/) with basic working functionality out-of-the-box to work with.
8+
[] **TDD ready:** Includes setup for [Jest](https://jestjs.io/), [Enzyme](https://enzymejs.github.io/enzyme/), [Detox](https://github.com/wix/Detox) for component and e2e testing.
9+
[] **Lint ready:** ESlint.
1010

1111
### Installation
1212
In the desired folder where you want to create the project, open command line and type:
1313
>`react-native init {PROJECT_NAME} --template https://github.com/zaprogrammer/react-native-template-typescript-tdd.git`
1414
1515

16-
17-
1816
Official documentation for creating custom project templates can be found [here](https://github.com/react-native-community/cli/blob/master/docs/init.md#creating-custom-template
1917
).

template/README.md

Lines changed: 15 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,17 @@
1-
# Reactnative TS-TDD-Template
1+
# react-native typescript TDD template
2+
This template is a react-native boilerplate project template to start with for new projects.
3+
4+
## Features
5+
[] **Typescript ready:** This template based on the typescript template [here](https://github.com/react-native-community/react-native-template-typescript
6+
)
7+
[] **React Navigation ready:** Includes [react navigation](https://reactnavigation.org/) with basic working functionality out-of-the-box to work with.
8+
[] **TDD ready:** Includes setup for [Jest](https://jestjs.io/), [Enzyme](https://enzymejs.github.io/enzyme/), [Detox](https://github.com/wix/Detox) for component and e2e testing.
9+
[] **Lint ready:** ESlint.
210

311
### Installation
4-
>
12+
In the desired folder where you want to create the project, open command line and type:
13+
>`react-native init {PROJECT_NAME} --template https://github.com/zaprogrammer/react-native-template-typescript-tdd.git`
14+
15+
16+
Official documentation for creating custom project templates can be found [here](https://github.com/react-native-community/cli/blob/master/docs/init.md#creating-custom-template
17+
).

0 commit comments

Comments
 (0)