nx-react-native-cli 1.0.5 → 1.0.7
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 +1 -1
- package/lib/index.cjs +75 -0
- package/package.json +2 -3
- package/src/index.js +0 -110
package/README.md
CHANGED
|
@@ -24,6 +24,6 @@ This NPM library package allows you to effortlessly generate a Nx workspace with
|
|
|
24
24
|
|
|
25
25
|
<h2 id="🛠-usage">🛠 Usage</h2>
|
|
26
26
|
<p>Generate a new Nx workspace with the React Native preset:</p>
|
|
27
|
-
<pre><code class="language-bash">npx nx-react-native-cli nxrn create
|
|
27
|
+
<pre><code class="language-bash">npx nx-react-native-cli@latest nxrn create
|
|
28
28
|
</code></pre>
|
|
29
29
|
|