docs(readme): updates
Add a link towards the right blog catagory of the nrwl website and a Features list. Fix some alignment quirks.
This commit is contained in:
parent
d01ec1836e
commit
0295996f46
31
README.md
31
README.md
@ -1,7 +1,7 @@
|
||||
<h1 align="center">Nrwl Extensions for Angular (Nx)</h1>
|
||||
<img src="https://raw.githubusercontent.com/nrwl/nx/master/nx-logo.png" align="center">
|
||||
<p align="center"><img src="https://raw.githubusercontent.com/nrwl/nx/master/nx-logo.png"></p>
|
||||
|
||||
<p align="center">
|
||||
<div align="center">
|
||||
|
||||
[](https://travis-ci.org/nrwl/nx)
|
||||
[]()
|
||||
@ -10,7 +10,7 @@
|
||||
[]()
|
||||
[](http://commitizen.github.io/cz-cli/)
|
||||
|
||||
</p>
|
||||
</div>
|
||||
|
||||
<hr>
|
||||
|
||||
@ -20,6 +20,22 @@
|
||||
|
||||
Nx is an extension for the the Angular CLI implementing the monorepo-style development. It is also a collection of runtime libraries, linters, and code generators helping large teams build better with Angular.
|
||||
|
||||
## Features
|
||||
|
||||
Because Nx is built on top of the Angular CLI, you get all the conventional and loved features plus:
|
||||
|
||||
* Nx Workspace
|
||||
* Workspace-Specific Schematics
|
||||
* Intelligent Builds and Unit Testing
|
||||
* State Management
|
||||
* NgRx
|
||||
* Data Persistence
|
||||
* Linters
|
||||
* Code Formatter
|
||||
* UpgradeModule and downgradeModule helpers
|
||||
* Jest unit tests integration
|
||||
* Node build tooling
|
||||
|
||||
# Why Nx?
|
||||
|
||||
On the surface, large and small organizations care about the same things: consistency, writing robust, maintainable code, making changes with confidence, being able to understand how the system works.
|
||||
@ -66,6 +82,7 @@ You are good to go!
|
||||
### Documentation
|
||||
|
||||
* [Nx Documentation and Guides](https://nrwl.io/nx)
|
||||
* [Nx blog posts](https://blog.nrwl.io/nx/home)
|
||||
|
||||
### Videos
|
||||
|
||||
@ -95,7 +112,7 @@ If you want to file a bug or submit a PR, read up on our [guidelines for contrib
|
||||
|
||||
## Core Team
|
||||
|
||||
Victor Savkin | Jason Jean | Benjamin Cabanes
|
||||
------------ | ------------- | -------------
|
||||
 |  | 
|
||||
[vsavkin](https://github.com/vsavkin)|[FrozenPandaz](https://github.com/FrozenPandaz)|[bcabanes](https://github.com/bcabanes)
|
||||
| Victor Savkin | Jason Jean | Benjamin Cabanes |
|
||||
| ------------------------------------------------------------------------------ | -------------------------------------------------------------------------- | ------------------------------------------------------------------------------ |
|
||||
|  |  |  |
|
||||
| [vsavkin](https://github.com/vsavkin) | [FrozenPandaz](https://github.com/FrozenPandaz) | [bcabanes](https://github.com/bcabanes) |
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user