nx 13.4.5-beta.5 → 13.4.6

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 +20 -88
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -19,38 +19,9 @@
19
19
 
20
20
  This is an alias of the [@nrwl/cli](https://www.npmjs.com/package/@nrwl/cli) package. Please see [@nrwl/cli](https://www.npmjs.com/package/@nrwl/cli) for more information.
21
21
 
22
- ## What is Nx?
22
+ # Smart, Fast and Extensible Build System
23
23
 
24
- 🔎 **Smart, Fast and Extensible Build System**
25
-
26
- Nx is a smart, fast and extensible build system. It comes with first class monorepo support and powerful integrations.
27
-
28
- ### Best-in-Class Support for Monorepos
29
-
30
- <strong>Nx</strong> provides distributed graph-based task execution and computation caching.
31
-
32
- <strong>Nx</strong> is smart. It analyzes your workspace and figures out what can be affected by every code change.
33
- That's why Nx doesn't rebuild and retest everything on every commit--<strong>it only rebuilds what is necessary</strong>
34
- .
35
-
36
- <strong>Nx</strong> partitions commands into a graph of smaller tasks. Nx then runs those tasks in parallel,
37
- and <strong>it can even distribute them across multiple machines without any configuration</strong>.
38
-
39
- <strong>Nx also uses a distributed computation cache.</strong> If someone has already built or tested similar code, Nx
40
- will use their results to speed up the command for everyone else.
41
-
42
- ### Holistic Dev Experience Powered by an Advanced CLI and Editor Plugins
43
-
44
- <strong>Nx</strong> helps scale your development from one team building one application to many teams building multiple
45
- frontend and backend applications all in the same workspace. <strong >When using Nx, developers have a holistic dev
46
- experience powered by an advanced CLI</strong > (with editor plugins), capabilities for controlled code sharing and
47
- consistent code generation.
48
-
49
- ### Rich Plugin Ecosystem
50
-
51
- <strong>Nx</strong> is an open platform with plugins for many modern tools and frameworks. It has support for
52
- TypeScript, React, Angular, Cypress, Jest, Prettier, Nest.js, Next.js, Storybook, Ionic among others. With Nx, you get a
53
- consistent dev experience regardless of the tools used.
24
+ Nx is a next generation build system with first class monorepo support and powerful integrations.
54
25
 
55
26
 
56
27
  ## Getting Started
@@ -79,8 +50,9 @@ The `create-nx-workspace` command will ask you to select a preset, which will co
79
50
 
80
51
  ```
81
52
  ? What to create in the new workspace (Use arrow keys)
82
- empty [an empty workspace with a layout that works best for building apps]
83
- npm [an empty workspace set up to publish npm packages (similar to and compatible with yarn workspaces)]
53
+ apps [an empty workspace with no plugins with a layout that works best for building apps]
54
+ core [an empty workspace with no plugins set up to publish npm packages (similar to yarn workspaces)]
55
+ ts [an empty workspace with the JS/TS plugin preinstalled]
84
56
  react [a workspace with a single React application]
85
57
  angular [a workspace with a single Angular application]
86
58
  next.js [a workspace with a single Next.js application]
@@ -88,12 +60,20 @@ The `create-nx-workspace` command will ask you to select a preset, which will co
88
60
  nest [a workspace with a single Nest application]
89
61
  express [a workspace with a single Express application]
90
62
  web components [a workspace with a single app built using web components]
63
+ react-native [a workspace with a single React Native application]
91
64
  react-express [a workspace with a full stack application (React + Express)]
92
- angular-nest [a workspace with a full stack application (Angular + Nest)]
93
65
  ```
94
66
 
95
67
  Select the preset that works best for you.
96
68
 
69
+ ### Adding Nx to an Existing Monorepo
70
+
71
+ Run:
72
+
73
+ ```bash
74
+ npx add-nx-to-monorepo@latest
75
+ ```
76
+
97
77
 
98
78
  ### Serving Application
99
79
 
@@ -103,61 +83,13 @@ Select the preset that works best for you.
103
83
 
104
84
  ## Documentation & Resources
105
85
 
106
- Even though Nx isn't technology specific, we provide 3 separate flavours of the documentation site to it make it easier for you to get up and running. For every link below, you will be able to select whether you want your examples to be written in React, Node or Angular.
107
-
108
- - [Nx Documentation and Guides](https://nx.dev)
109
- - [Intro into Nx](https://nx.dev/getting-started/intro)
110
- - [Interactive Tutorial with Videos](https://nx.dev/tutorial/01-create-application)
111
-
112
- ### Quick Start Videos
113
-
114
- - [Scale Your React Development with Nx](https://www.youtube.com/watch?v=sNz-4PUM0k8)
115
- - [Scale your Node Development with Nx](https://www.youtube.com/watch?v=iIh5h_G52kI)
116
- - [Modern Angular with Nx Dev Tools](https://www.youtube.com/watch?v=cXOkmOy-8dk)
117
-
118
- ### Courses
119
-
120
- <table>
121
- <tr>
122
- <td><strong>Scale React Development with Nx</strong></td>
123
- <td><strong>Nx Workspaces</strong></td>
124
- <td><strong>Advanced Nx Workspaces</strong></td>
125
- </tr>
126
- <tr>
127
- <td>
128
- <a href="https://egghead.io/playlists/scale-react-development-with-nx-4038" target="_blank">
129
- <p style="text-align: center;"><img src="https://raw.githubusercontent.com/nrwl/nx/master/images/EGH_ScalingReactNx.png" height="150px" alt="Nx - Scale React Development with Nx video course"></p>
130
- </a>
131
- </td>
132
- <td>
133
- <a href="https://www.youtube.com/watch?v=2mYLe9Kp9VM&list=PLakNactNC1dH38AfqmwabvOszDmKriGco" target="_blank">
134
- <p style="text-align: center;"><img src="https://raw.githubusercontent.com/nrwl/nx/master/images/nx-workspace-course.png" width="350" alt="Nx Workspaces video course"></p>
135
- </a>
136
- </td>
137
- <td>
138
- <a href="https://nxplaybook.com/p/advanced-nx-workspaces" target="_blank">
139
- <p style="text-align: center;"><img src="https://raw.githubusercontent.com/nrwl/nx/master/images/advanced-nx-workspace-course.png" width="350" alt="Nx Advanced Workspaces video course"></p>
140
- </a>
141
- </td>
142
- </tr>
143
- </table>
144
-
145
- ### Videos, Blogs, Books, Examples
146
-
147
- - [Nx Dev Tools for Monorepos, In-Depth Explainer (React)](https://www.youtube.com/watch?v=jCf92IyR-GE)
148
-
149
- - [Nx Dev Tools for Monorepos, In-Depth Explainer (Angular)](https://youtu.be/h5FIGDn5YM0)
150
-
151
- - [Youtube Channel with Nx-Related Videos](https://www.youtube.com/playlist?list=PLakNactNC1dHHWx4JIORwfnEajRv6FG5m)
86
+ A few links to help you get started:
152
87
 
88
+ - [Nx.Dev: Documentation, Guides, Interactive Tutorials](https://nx.dev)
89
+ - [Tutorial: Adding Nx to an Existing Monorepo](https://nx.dev/migration/adding-to-monorepo)
90
+ - [Official Nx YouTube Channel](https://www.youtube.com/c/Nrwl_io)
153
91
  - [Blog Posts About Nx](https://blog.nrwl.io/nx/home)
154
92
 
155
- - [Angular Enterprise Monorepo Patterns Book (free)](https://go.nrwl.io/angular-enterprise-monorepo-patterns-new-book?utm_campaign=Book%3A%20Monorepo%20Patterns%2C%20Jan%202019&utm_source=Github&utm_medium=Banner%20Ad)
156
-
157
- - [Nx Examples Repo](https://github.com/nrwl/nx-examples)
158
-
159
- # Engage with the Core Team and the Community
160
-
161
- - [The Nx Show Playlist on YouTube](https://www.youtube.com/playlist?list=PLakNactNC1dE8KLQ5zd3fQwu_yQHjTmR5). It's a regular YouTube stream where we talk all things Nx. Join the stream, ask questions, etc.
162
- - [Follow Nx on Twitter](https://twitter.com/NxDevTools)
93
+ <p style="text-align: center;"><a href="https://nx.dev/#learning-materials" target="_blank"><img src="./images/nx-courses-and-videos.svg"
94
+ width="100%" alt="Nx - Smart, Fast and Extensible Build System"></a></p>
163
95
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "nx",
3
- "version": "13.4.5-beta.5",
3
+ "version": "13.4.6",
4
4
  "description": "Smart, Fast and Extensible Build System",
5
5
  "repository": {
6
6
  "type": "git",
@@ -28,7 +28,7 @@
28
28
  },
29
29
  "homepage": "https://nx.dev",
30
30
  "dependencies": {
31
- "@nrwl/cli": "13.4.5-beta.5"
31
+ "@nrwl/cli": "13.4.6"
32
32
  },
33
33
  "main": "./bin/nx.js",
34
34
  "typings": "./bin/nx.d.ts"