create-eas-build-function 0.0.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 ADDED
@@ -0,0 +1,21 @@
1
+ <p align="center">
2
+ <a href="https://docs.expo.dev/build/introduction/">
3
+ <img alt="create-expo-app" src="./.gh-assets/banner.svg">
4
+ <h1 align="center">Create EAS Build custom function module</h1>
5
+ </a>
6
+ </p>
7
+
8
+ <p align="center">
9
+ <b>The fastest way to create the custom function module for EAS Build custom builds</b>
10
+ </p>
11
+
12
+ ```sh
13
+ # With NPM
14
+ npx create-eas-build-function
15
+
16
+ # With Yarn
17
+ yarn create-eas-build-function
18
+
19
+ # With pnpm
20
+ pnpm create-eas-build-function
21
+ ```