mirror of
https://github.com/angular/angular-cli.git
synced 2025-05-16 02:24:10 +08:00
chore(README): add nice badges
This commit is contained in:
parent
544ae2408a
commit
af2dbc3332
17
README.md
17
README.md
@ -1,4 +1,9 @@
|
|||||||
# Angular-CLI
|
## Angular-CLI
|
||||||
|
|
||||||
|
[![Build Status][travis-badge]][travis-badge-url]
|
||||||
|
[![Dependency Status][david-badge]][david-badge-url]
|
||||||
|
[![devDependency Status][david-dev-badge]][david-dev-badge-url]
|
||||||
|
[![npm][npm-badge]][npm-badge-url]
|
||||||
|
|
||||||
Prototype of a CLI for Angular 2 applications based on the [ember-cli](http://www.ember-cli.com/) project.
|
Prototype of a CLI for Angular 2 applications based on the [ember-cli](http://www.ember-cli.com/) project.
|
||||||
|
|
||||||
@ -141,3 +146,13 @@ and the [npm-link cheatsheet](http://browsenpm.org/help#linkinganynpmpackageloca
|
|||||||
## License
|
## License
|
||||||
|
|
||||||
Apache v2
|
Apache v2
|
||||||
|
|
||||||
|
|
||||||
|
[travis-badge]: https://travis-ci.org/angular/angular-cli.svg?branch=master
|
||||||
|
[travis-badge-url]: https://travis-ci.org/angular/angular-cli
|
||||||
|
[david-badge]: https://david-dm.org/angular/angular-cli.svg
|
||||||
|
[david-badge-url]: https://david-dm.org/angular/angular-cli
|
||||||
|
[david-dev-badge]: https://david-dm.org/angular/angular-cli/dev-status.svg
|
||||||
|
[david-dev-badge-url]: https://david-dm.org/angular/angular-cli#info=devDependencies
|
||||||
|
[npm-badge]: https://img.shields.io/npm/v/angular-cli.svg
|
||||||
|
[npm-badge-url]: https://www.npmjs.com/package/angular-cli
|
||||||
|
Loading…
x
Reference in New Issue
Block a user