1 | <p style="text-align: center;"><img src="https://raw.githubusercontent.com/nrwl/nx/master/images/nx.png" width="600" alt="Nx - Smart, Fast and Extensible Build System"></p>
|
2 |
|
3 | <div style="text-align: center;">
|
4 |
|
5 | [](https://circleci.com/gh/nrwl/nx)
|
6 | []()
|
7 | [](https://www.npmjs.com/@nrwl/workspace)
|
8 | []()
|
9 | [](http://commitizen.github.io/cz-cli/)
|
10 | [](https://gitter.im/nrwl-nx/community?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
|
11 | [](https://join.slack.com/t/nrwlcommunity/shared_invite/enQtNzU5MTE4OTQwOTk0LTgxY2E0ZWYzMWE0YzA5ZDA2MWM1NDVhNmI2ZWMyYmZhNWJiODk3MjkxZjY3MzU5ZjRmM2NmNWU1OTgyZmE4Mzc)
|
12 |
|
13 | </div>
|
14 |
|
15 |
|
16 | <hr>
|
17 |
|
18 | # Nx: Smart, Fast and Extensible Build System
|
19 |
|
20 | Nx is a next generation build system with first class monorepo support and powerful integrations.
|
21 |
|
22 | ## Getting Started
|
23 |
|
24 | ### Creating an Nx Workspace
|
25 |
|
26 | **Using `npx`**
|
27 |
|
28 | ```bash
|
29 | npx create-nx-workspace
|
30 | ```
|
31 |
|
32 | **Using `npm init`**
|
33 |
|
34 | ```bash
|
35 | npm init nx-workspace
|
36 | ```
|
37 |
|
38 | **Using `yarn create`**
|
39 |
|
40 | ```bash
|
41 | yarn create nx-workspace
|
42 | ```
|
43 |
|
44 | ### Adding Nx to an Existing Repository
|
45 |
|
46 | Run:
|
47 |
|
48 | ```bash
|
49 | npx nx@latest init
|
50 | ```
|
51 |
|
52 | ## Documentation & Resources
|
53 |
|
54 | - [Nx.Dev: Documentation, Guides, Tutorials](https://nx.dev)
|
55 | - [Intro to Nx](https://nx.dev/getting-started/intro)
|
56 | - [Official Nx YouTube Channel](https://www.youtube.com/@NxDevtools)
|
57 | - [Blog Posts About Nx](https://blog.nrwl.io/nx/home)
|
58 |
|
59 | <p style="text-align: center;"><a href="https://nx.dev/#learning-materials" target="_blank" rel="noreferrer"><img src="https://raw.githubusercontent.com/nrwl/nx/master/images/nx-courses-and-videos.svg"
|
60 | width="100%" alt="Nx - Smart, Fast and Extensible Build System"></a></p>
|
61 |
|