tsrntemp 1.2.0 → 1.2.1
Sign up to get free protection for your applications and to get access to all the features.
- package/README.md +2 -2
- package/package.json +1 -1
package/README.md
CHANGED
@@ -2,7 +2,7 @@
|
|
2
2
|
|
3
3
|
English | [简体中文](./README_zh-CN.md)
|
4
4
|
|
5
|
-
## :arrow_forward:
|
5
|
+
## :arrow_forward: usage
|
6
6
|
```sh
|
7
7
|
npx react-native init ProjectName --template tsrntemp
|
8
8
|
```
|
@@ -17,7 +17,7 @@ npx react-native init ProjectName --template tsrntemp
|
|
17
17
|
|
18
18
|
`The default of this project is TS building, integrated routing, caching, request tool and icon tool`
|
19
19
|
|
20
|
-
-
|
20
|
+
- file directory
|
21
21
|
- src
|
22
22
|
- src/assets`Static resource folder`
|
23
23
|
- src/components`Public component folder`
|