Skip to content

Commit

Permalink
docs(readme): updates
Browse files Browse the repository at this point in the history
Add a link towards the right blog catagory of the nrwl website and
a Features list.

Fix some alignment quirks.
  • Loading branch information
bcabanes authored and FrozenPandaz committed Oct 17, 2018
1 parent d01ec18 commit 0295996
Showing 1 changed file with 24 additions and 7 deletions.
31 changes: 24 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -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">

[![Build Status](https://travis-ci.org/nrwl/nx.svg?branch=master)](https://travis-ci.org/nrwl/nx)
[![License](https://img.shields.io/npm/l/@nrwl/schematics.svg?style=flat-square)]()
Expand All @@ -10,7 +10,7 @@
[![Semantic Release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg?style=flat-square)]()
[![Commitizen friendly](https://img.shields.io/badge/commitizen-friendly-brightgreen.svg)](http://commitizen.github.io/cz-cli/)

</p>
</div>

<hr>

Expand All @@ -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.
Expand Down Expand Up @@ -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

Expand Down Expand Up @@ -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
------------ | ------------- | -------------
![Victor Savkin](https://github.com/nrwl/nx/blob/master/static/victor_pic.jpg) | ![Jason Jean](https://github.com/nrwl/nx/blob/master/static/jason_pic.jpg) | ![Benjamin Cabanes](https://github.com/nrwl/nx/blob/master/static/ben_pic.jpg)
[vsavkin](https://github.com/vsavkin)|[FrozenPandaz](https://github.com/FrozenPandaz)|[bcabanes](https://github.com/bcabanes)
| Victor Savkin | Jason Jean | Benjamin Cabanes |
| ------------------------------------------------------------------------------ | -------------------------------------------------------------------------- | ------------------------------------------------------------------------------ |
| ![Victor Savkin](https://github.com/nrwl/nx/blob/master/static/victor_pic.jpg) | ![Jason Jean](https://github.com/nrwl/nx/blob/master/static/jason_pic.jpg) | ![Benjamin Cabanes](https://github.com/nrwl/nx/blob/master/static/ben_pic.jpg) |
| [vsavkin](https://github.com/vsavkin) | [FrozenPandaz](https://github.com/FrozenPandaz) | [bcabanes](https://github.com/bcabanes) |

0 comments on commit 0295996

Please sign in to comment.