@@ -11,17 +11,20 @@ Parent is
11
11
for ( let value of list ) ... ;
12
12
```
13
13
14
- [ ![ License] ( https://img.shields.io/github/license/aureooms/js-dll.svg?style=flat )] ( https://raw.githubusercontent.com/aureooms/js-dll/master/LICENSE )
15
- [ ![ NPM version] ( https://img.shields.io/npm/v/@aureooms/js-dll.svg?style=flat )] ( https://www.npmjs.org/package/@aureooms/js-dll )
16
- [ ![ Bower version] ( https://img.shields.io/bower/v/@aureooms/js-dll.svg?style=flat )] ( http://bower.io/search/?q=@aureooms/js-dll )
17
- [ ![ Build Status] ( https://img.shields.io/travis/aureooms/js-dll.svg?style=flat )] ( https://travis-ci.org/aureooms/js-dll )
18
- [ ![ Coverage Status] ( https://img.shields.io/coveralls/aureooms/js-dll.svg?style=flat )] ( https://coveralls.io/r/aureooms/js-dll )
19
- [ ![ Dependencies Status] ( https://img.shields.io/david/aureooms/js-dll.svg?style=flat )] ( https://david-dm.org/aureooms/js-dll#info=dependencies )
20
- [ ![ devDependencies Status] ( https://img.shields.io/david/dev/aureooms/js-dll.svg?style=flat )] ( https://david-dm.org/aureooms/js-dll#info=devDependencies )
21
- [ ![ Code Climate] ( https://img.shields.io/codeclimate/github/aureooms/js-dll.svg?style=flat )] ( https://codeclimate.com/github/aureooms/js-dll )
22
- [ ![ NPM downloads per month] ( https://img.shields.io/npm/dm/@aureooms/js-dll.svg?style=flat )] ( https://www.npmjs.org/package/@aureooms/js-dll )
23
- [ ![ GitHub issues] ( https://img.shields.io/github/issues/aureooms/js-dll.svg?style=flat )] ( https://github.com/aureooms/js-dll/issues )
24
- [ ![ Inline docs] ( http://inch-ci.org/github/aureooms/js-dll.svg?branch=master&style=shields )] ( http://inch-ci.org/github/aureooms/js-dll )
14
+ [ ![ License] ( https://img.shields.io/github/license/aureooms/js-dll.svg )] ( https://raw.githubusercontent.com/aureooms/js-dll/master/LICENSE )
15
+ [ ![ Version] ( https://img.shields.io/npm/v/@aureooms/js-dll.svg )] ( https://www.npmjs.org/package/@aureooms/js-dll )
16
+ [ ![ Build] ( https://img.shields.io/travis/aureooms/js-dll/master.svg )] ( https://travis-ci.org/aureooms/js-dll/branches )
17
+ [ ![ Dependencies] ( https://img.shields.io/david/aureooms/js-dll.svg )] ( https://david-dm.org/aureooms/js-dll )
18
+ [ ![ Dev dependencies] ( https://img.shields.io/david/dev/aureooms/js-dll.svg )] ( https://david-dm.org/aureooms/js-dll?type=dev )
19
+ [ ![ GitHub issues] ( https://img.shields.io/github/issues/aureooms/js-dll.svg )] ( https://github.com/aureooms/js-dll/issues )
20
+ [ ![ Downloads] ( https://img.shields.io/npm/dm/@aureooms/js-dll.svg )] ( https://www.npmjs.org/package/@aureooms/js-dll )
21
+
22
+ [ ![ Code issues] ( https://img.shields.io/codeclimate/issues/aureooms/js-dll.svg )] ( https://codeclimate.com/github/aureooms/js-dll/issues )
23
+ [ ![ Code maintainability] ( https://img.shields.io/codeclimate/maintainability/aureooms/js-dll.svg )] ( https://codeclimate.com/github/aureooms/js-dll/trends/churn )
24
+ [ ![ Code coverage (cov)] ( https://img.shields.io/codecov/c/gh/aureooms/js-dll/master.svg )] ( https://codecov.io/gh/aureooms/js-dll )
25
+ [ ![ Code technical debt] ( https://img.shields.io/codeclimate/tech-debt/aureooms/js-dll.svg )] ( https://codeclimate.com/github/aureooms/js-dll/trends/technical_debt )
26
+ [ ![ Documentation] ( https://aureooms.github.io/js-dll//badge.svg )] ( https://aureooms.github.io/js-dll//source.html )
27
+ [ ![ Package size] ( https://img.shields.io/bundlephobia/minzip/@aureooms/js-dll )] ( https://bundlephobia.com/result?p=@aureooms/js-dll )
25
28
26
29
Can be managed through [ jspm] ( https://github.com/jspm/jspm-cli ) ,
27
30
[ duo] ( https://github.com/duojs/duo ) ,
0 commit comments