Skip to content

Commit 820e6f8

Browse files
jbromaclaude
andauthored
chore: update package READMEs with new banner and footer (#1352)
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 6085a1d commit 820e6f8

File tree

6 files changed

+61
-26
lines changed

6 files changed

+61
-26
lines changed

packages/dev-server/README.md

Lines changed: 12 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
<div align="center">
2-
<img src="https://raw.githubusercontent.com/callstack/repack/HEAD/logo.png" width="650" alt="Re.Pack logo" />
3-
<h3>A toolkit to build your React Native application with Rspack or Webpack.</h3>
4-
</div>
1+
<a href="https://www.callstack.com/open-source?utm_campaign=generic&utm_source=github&utm_medium=referral&utm_content=repack" align="center">
2+
<img src="https://github.com/user-attachments/assets/de25944e-d91e-4a2c-bec9-8b0595bd1bbb" alt="Re.Pack" />
3+
</a>
4+
<h3 align="center">A toolkit to build your React Native application with Rspack or Webpack.</h3>
55
<div align="center">
66

77
[![mit licence][license-badge]][license]
@@ -13,10 +13,17 @@
1313

1414
`@callstack/repack-dev-server` is a bundler-agnostic development server for React Native applications as part of [`@callstack/repack`](https://github.com/callstack/repack).
1515

16-
Check out our website at https://re-pack.dev for more info and documentation or out GitHub: https://github.com/callstack/repack.
16+
Check out our website at https://re-pack.dev for more info and documentation or our GitHub: https://github.com/callstack/repack.
17+
18+
## Made with ❤️ at Callstack
19+
20+
`@callstack/repack` is an open source project and will always remain free to use. If you think it's cool, please star it 🌟. [Callstack][callstack-readme-with-love] is a group of React and React Native geeks, contact us at [hello@callstack.com](mailto:hello@callstack.com) if you need any help with these or just want to say hi!
21+
22+
Like the project? ⚛️ [Join the team](https://callstack.com/careers/?utm_campaign=Senior_RN&utm_source=github&utm_medium=readme) who does amazing stuff for clients and drives React Native Open Source! 🔥
1723

1824
<!-- badges -->
1925

26+
[callstack-readme-with-love]: https://callstack.com/?utm_source=github.com&utm_medium=referral&utm_campaign=repack&utm_term=readme-with-love
2027
[license-badge]: https://img.shields.io/npm/l/@callstack/repack?style=for-the-badge
2128
[license]: https://github.com/callstack/repack/blob/main/LICENSE
2229
[npm-downloads-badge]: https://img.shields.io/npm/dm/@callstack/repack?style=for-the-badge

packages/init/README.md

Lines changed: 12 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
<div align="center">
2-
<img src="https://raw.githubusercontent.com/callstack/repack/HEAD/logo.png" width="650" alt="Re.Pack logo" />
3-
<h3>A toolkit to build your React Native application with Rspack or Webpack.</h3>
4-
</div>
1+
<a href="https://www.callstack.com/open-source?utm_campaign=generic&utm_source=github&utm_medium=referral&utm_content=repack" align="center">
2+
<img src="https://github.com/user-attachments/assets/de25944e-d91e-4a2c-bec9-8b0595bd1bbb" alt="Re.Pack" />
3+
</a>
4+
<h3 align="center">A toolkit to build your React Native application with Rspack or Webpack.</h3>
55
<div align="center">
66

77
[![mit licence][license-badge]][license]
@@ -35,10 +35,17 @@ npx @callstack/repack-init [options]
3535

3636
---
3737

38-
Check out our website at https://re-pack.dev for more info and documentation or out GitHub: https://github.com/callstack/repack.
38+
Check out our website at https://re-pack.dev for more info and documentation or our GitHub: https://github.com/callstack/repack.
39+
40+
## Made with ❤️ at Callstack
41+
42+
`@callstack/repack` is an open source project and will always remain free to use. If you think it's cool, please star it 🌟. [Callstack][callstack-readme-with-love] is a group of React and React Native geeks, contact us at [hello@callstack.com](mailto:hello@callstack.com) if you need any help with these or just want to say hi!
43+
44+
Like the project? ⚛️ [Join the team](https://callstack.com/careers/?utm_campaign=Senior_RN&utm_source=github&utm_medium=readme) who does amazing stuff for clients and drives React Native Open Source! 🔥
3945

4046
<!-- badges -->
4147

48+
[callstack-readme-with-love]: https://callstack.com/?utm_source=github.com&utm_medium=referral&utm_campaign=repack&utm_term=readme-with-love
4249
[license-badge]: https://img.shields.io/npm/l/@callstack/repack?style=for-the-badge
4350
[license]: https://github.com/callstack/repack/blob/main/LICENSE
4451
[npm-downloads-badge]: https://img.shields.io/npm/dm/@callstack/repack?style=for-the-badge

packages/plugin-expo-modules/README.md

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
<div align="center">
2-
<img src="https://raw.githubusercontent.com/callstack/repack/HEAD/logo.png" width="650" alt="Re.Pack logo" />
3-
<h3>A toolkit to build your React Native application with Rspack or Webpack.</h3>
4-
</div>
1+
<a href="https://www.callstack.com/open-source?utm_campaign=generic&utm_source=github&utm_medium=referral&utm_content=repack" align="center">
2+
<img src="https://github.com/user-attachments/assets/de25944e-d91e-4a2c-bec9-8b0595bd1bbb" alt="Re.Pack" />
3+
</a>
4+
<h3 align="center">A toolkit to build your React Native application with Rspack or Webpack.</h3>
55
<div align="center">
66

77
[![mit licence][license-badge]][license]
@@ -48,8 +48,15 @@ export default (env) => {
4848

4949
Check out our website at https://re-pack.dev for more info and documentation or our GitHub: https://github.com/callstack/repack.
5050

51+
## Made with ❤️ at Callstack
52+
53+
`@callstack/repack` is an open source project and will always remain free to use. If you think it's cool, please star it 🌟. [Callstack][callstack-readme-with-love] is a group of React and React Native geeks, contact us at [hello@callstack.com](mailto:hello@callstack.com) if you need any help with these or just want to say hi!
54+
55+
Like the project? ⚛️ [Join the team](https://callstack.com/careers/?utm_campaign=Senior_RN&utm_source=github&utm_medium=readme) who does amazing stuff for clients and drives React Native Open Source! 🔥
56+
5157
<!-- badges -->
5258

59+
[callstack-readme-with-love]: https://callstack.com/?utm_source=github.com&utm_medium=referral&utm_campaign=repack&utm_term=readme-with-love
5360
[license-badge]: https://img.shields.io/npm/l/@callstack/repack?style=for-the-badge
5461
[license]: https://github.com/callstack/repack/blob/main/LICENSE
5562
[npm-downloads-badge]: https://img.shields.io/npm/dm/@callstack/repack?style=for-the-badge

packages/plugin-nativewind/README.md

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
<div align="center">
2-
<img src="https://raw.githubusercontent.com/callstack/repack/HEAD/logo.png" width="650" alt="Re.Pack logo" />
3-
<h3>A toolkit to build your React Native application with Rspack or Webpack.</h3>
4-
</div>
1+
<a href="https://www.callstack.com/open-source?utm_campaign=generic&utm_source=github&utm_medium=referral&utm_content=repack" align="center">
2+
<img src="https://github.com/user-attachments/assets/de25944e-d91e-4a2c-bec9-8b0595bd1bbb" alt="Re.Pack" />
3+
</a>
4+
<h3 align="center">A toolkit to build your React Native application with Rspack or Webpack.</h3>
55
<div align="center">
66

77
[![mit licence][license-badge]][license]
@@ -77,8 +77,15 @@ export default (env) => {
7777

7878
Check out our website at https://re-pack.dev for more info and documentation or our GitHub: https://github.com/callstack/repack.
7979

80+
## Made with ❤️ at Callstack
81+
82+
`@callstack/repack` is an open source project and will always remain free to use. If you think it's cool, please star it 🌟. [Callstack][callstack-readme-with-love] is a group of React and React Native geeks, contact us at [hello@callstack.com](mailto:hello@callstack.com) if you need any help with these or just want to say hi!
83+
84+
Like the project? ⚛️ [Join the team](https://callstack.com/careers/?utm_campaign=Senior_RN&utm_source=github&utm_medium=readme) who does amazing stuff for clients and drives React Native Open Source! 🔥
85+
8086
<!-- badges -->
8187

88+
[callstack-readme-with-love]: https://callstack.com/?utm_source=github.com&utm_medium=referral&utm_campaign=repack&utm_term=readme-with-love
8289
[license-badge]: https://img.shields.io/npm/l/@callstack/repack?style=for-the-badge
8390
[license]: https://github.com/callstack/repack/blob/main/LICENSE
8491
[npm-downloads-badge]: https://img.shields.io/npm/dm/@callstack/repack?style=for-the-badge

packages/plugin-reanimated/README.md

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
<div align="center">
2-
<img src="https://raw.githubusercontent.com/callstack/repack/HEAD/logo.png" width="650" alt="Re.Pack logo" />
3-
<h3>A toolkit to build your React Native application with Rspack or Webpack.</h3>
4-
</div>
1+
<a href="https://www.callstack.com/open-source?utm_campaign=generic&utm_source=github&utm_medium=referral&utm_content=repack" align="center">
2+
<img src="https://github.com/user-attachments/assets/de25944e-d91e-4a2c-bec9-8b0595bd1bbb" alt="Re.Pack" />
3+
</a>
4+
<h3 align="center">A toolkit to build your React Native application with Rspack or Webpack.</h3>
55
<div align="center">
66

77
[![mit licence][license-badge]][license]
@@ -79,8 +79,15 @@ export default (env) => {
7979

8080
Check out our website at https://re-pack.dev for more info and documentation or our GitHub: https://github.com/callstack/repack.
8181

82+
## Made with ❤️ at Callstack
83+
84+
`@callstack/repack` is an open source project and will always remain free to use. If you think it's cool, please star it 🌟. [Callstack][callstack-readme-with-love] is a group of React and React Native geeks, contact us at [hello@callstack.com](mailto:hello@callstack.com) if you need any help with these or just want to say hi!
85+
86+
Like the project? ⚛️ [Join the team](https://callstack.com/careers/?utm_campaign=Senior_RN&utm_source=github&utm_medium=readme) who does amazing stuff for clients and drives React Native Open Source! 🔥
87+
8288
<!-- badges -->
8389

90+
[callstack-readme-with-love]: https://callstack.com/?utm_source=github.com&utm_medium=referral&utm_campaign=repack&utm_term=readme-with-love
8491
[license-badge]: https://img.shields.io/npm/l/@callstack/repack?style=for-the-badge
8592
[license]: https://github.com/callstack/repack/blob/main/LICENSE
8693
[npm-downloads-badge]: https://img.shields.io/npm/dm/@callstack/repack?style=for-the-badge

packages/repack/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
<div align="center">
2-
<img src="https://raw.githubusercontent.com/callstack/repack/HEAD/logo.png" width="650" alt="Re.Pack logo" />
3-
<h3>A toolkit to build your React Native application with Rspack or Webpack.</h3>
4-
</div>
1+
<a href="https://www.callstack.com/open-source?utm_campaign=generic&utm_source=github&utm_medium=referral&utm_content=repack" align="center">
2+
<img src="https://github.com/user-attachments/assets/de25944e-d91e-4a2c-bec9-8b0595bd1bbb" alt="Re.Pack" />
3+
</a>
4+
<h3 align="center">A toolkit to build your React Native application with Rspack or Webpack.</h3>
55
<div align="center">
66

77
[![mit licence][license-badge]][license]

0 commit comments

Comments
 (0)