nx-react-native-cli 1.0.2 → 1.0.4
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.js +13 -13
- package/package.json +1 -1
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 nxrn create
|
|
27
|
+
<pre><code class="language-bash">npx nx-react-native-cli nxrn create
|
|
28
28
|
</code></pre>
|
|
29
29
|
|