nx-react-native-cli 2.0.0 → 2.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.
Files changed (2) hide show
  1. package/README.md +6 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,11 +1,17 @@
1
1
  # React Native Mobile App Starter with NX
2
2
 
3
3
  [![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](https://opensource.org/licenses/MIT)
4
+ [![npm version](https://img.shields.io/npm/v/nx-react-native-cli.svg?style=flat)](https://www.npmjs.com/package/nx-react-native-cli)
4
5
 
5
6
  ## 📦 Introduction
6
7
 
7
8
  A comprehensive React Native mobile application starter kit built with Nx workspace. This package provides a carefully curated set of tools and libraries to streamline your mobile app development process with React Native 0.78.0 and the New Architecture.
8
9
 
10
+ <h2 id="🛠-usage">🛠 Usage</h2>
11
+ <p>Generate a new Nx workspace with the React Native preset:</p>
12
+ <pre><code class="language-bash">npx nx-react-native-cli@latest create
13
+ </code></pre>
14
+
9
15
  ## 🚀 Features
10
16
 
11
17
  ### Core Technologies
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "nx-react-native-cli",
3
- "version": "2.0.0",
3
+ "version": "2.0.1",
4
4
  "description": "A react native starter (with NX) cli script",
5
5
  "type": "module",
6
6
  "files": [