tsrntemp 1.2.0 → 1.2.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- 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`
|