Skip to content

Commit

Permalink
docs: update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
purrseus committed Feb 7, 2024
1 parent f13edf1 commit 7641142
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 19 deletions.
22 changes: 11 additions & 11 deletions README.md
Expand Up @@ -117,26 +117,26 @@ This project is [MIT](./LICENSE) licensed.

<!-- badge -->

[lint]: https://github.com/thiendo261/react-native-template/actions/workflows/lint.yml
[lint-badge]: https://github.com/thiendo261/react-native-template/actions/workflows/lint.yml/badge.svg
[lint]: https://github.com/purrseus/react-native-template/actions/workflows/lint.yml
[lint-badge]: https://github.com/purrseus/react-native-template/actions/workflows/lint.yml/badge.svg

[publish]: https://github.com/thiendo261/react-native-template/actions/workflows/npm-publish.yml
[publish-badge]: https://github.com/thiendo261/react-native-template/actions/workflows/npm-publish.yml/badge.svg
[publish]: https://github.com/purrseus/react-native-template/actions/workflows/npm-publish.yml
[publish-badge]: https://github.com/purrseus/react-native-template/actions/workflows/npm-publish.yml/badge.svg

[npm]: https://www.npmjs.com/package/@purrseus/react-native-template
[npm-badge]: https://img.shields.io/npm/v/@purrseus/react-native-template.svg?logo=npm

[react-native-version]: https://github.com/thiendo261/react-native-template/blob/main/template/package.json
[react-native-version-badge]: https://img.shields.io/github/package-json/dependency-version/thiendo261/react-native-template/react-native?filename=template%2Fpackage.json&logo=react
[react-native-version]: https://github.com/purrseus/react-native-template/blob/main/template/package.json
[react-native-version-badge]: https://img.shields.io/github/package-json/dependency-version/purrseus/react-native-template/react-native?filename=template%2Fpackage.json&logo=react

[typescript-version]: https://github.com/thiendo261/react-native-template/blob/main/template/package.json
[typescript-version-badge]: https://img.shields.io/github/package-json/dependency-version/thiendo261/react-native-template/dev/typescript?filename=template%2Fpackage.json&logo=typescript
[typescript-version]: https://github.com/purrseus/react-native-template/blob/main/template/package.json
[typescript-version-badge]: https://img.shields.io/github/package-json/dependency-version/purrseus/react-native-template/dev/typescript?filename=template%2Fpackage.json&logo=typescript

[documentation]: https://github.com/thiendo261/react-native-template#readme
[documentation]: https://github.com/purrseus/react-native-template#readme
[documentation-badge]: https://img.shields.io/badge/documentation-yes-brightgreen.svg

[license]: https://github.com/thiendo261/react-native-template/blob/HEAD/LICENSE
[license-badge]: https://img.shields.io/github/license/thiendo261/react-native-template.svg
[license]: https://github.com/purrseus/react-native-template/blob/HEAD/LICENSE
[license-badge]: https://img.shields.io/github/license/purrseus/react-native-template.svg

[buymeacoffee]: https://www.buymeacoffee.com/thiendo261
[buymeacoffee-badge]: https://img.shields.io/badge/Buy%20me%20a%20coffee-thiendo261-orange?logo=buymeacoffee
15 changes: 7 additions & 8 deletions docs/project-structure.md
Expand Up @@ -12,6 +12,7 @@
│ ├── production
│ └── staging
├── ios
├── patches
├── scripts
└── src
├── assets
Expand Down Expand Up @@ -56,27 +57,25 @@
│ │ ├── containers
│ │ ├── screens
│ │ ├── services
│ │ └── utilities
│ │ └── utils
│ ├── showcase
│ │ ├── components
│ │ ├── containers
│ │ ├── screens
│ │ ├── services
│ │ │ ├── apis
│ │ │ └── schemas
│ │ └── utilities
│ │ └── utils
│ └── tab
│ ├── components
│ ├── containers
│ ├── screens
│ ├── services
│ └── utilities
│ └── utils
├── hooks
├── i18n
│ └── locales
├── layouts
├── libs
│ ├── i18n
│ │ └── locales
│ └── tailwind
├── navigators
│ ├── stacks
│ └── tabs
Expand All @@ -85,4 +84,4 @@
└── utils
```

For more detailed information, please refer to the [project's GitHub repository](https://github.com/thiendo261/react-native-template/tree/main/template).
For more detailed information, please refer to the [project's GitHub repository](https://github.com/purrseus/react-native-template/tree/main/template).

0 comments on commit 7641142

Please sign in to comment.