@@ -7,17 +7,19 @@ Type checking code bricks for JavaScript.
7
7
type .isfunction ( function ( ) { } ) ; // true
8
8
```
9
9
10
- [ ![ License] ( https://img.shields.io/github/license/make-github-pseudonymous-again/js-type.svg?style=flat )] ( https://raw.githubusercontent.com/make-github-pseudonymous-again/js-type/master/LICENSE )
11
- [ ![ NPM version] ( https://img.shields.io/npm/v/@aureooms/js-type.svg?style=flat )] ( https://www.npmjs.org/package/@aureooms/js-type )
12
- [ ![ Bower version] ( https://img.shields.io/bower/v/@aureooms/js-type.svg?style=flat )] ( http://bower.io/search/?q=@aureooms/js-type )
13
- [ ![ Build Status] ( https://img.shields.io/travis/make-github-pseudonymous-again/js-type.svg?style=flat )] ( https://travis-ci.org/make-github-pseudonymous-again/js-type )
14
- [ ![ Coverage Status] ( https://img.shields.io/coveralls/make-github-pseudonymous-again/js-type.svg?style=flat )] ( https://coveralls.io/r/make-github-pseudonymous-again/js-type )
15
- [ ![ Dependencies Status] ( https://img.shields.io/david/make-github-pseudonymous-again/js-type.svg?style=flat )] ( https://david-dm.org/make-github-pseudonymous-again/js-type#info=dependencies )
16
- [ ![ devDependencies Status] ( https://img.shields.io/david/dev/make-github-pseudonymous-again/js-type.svg?style=flat )] ( https://david-dm.org/make-github-pseudonymous-again/js-type#info=devDependencies )
17
- [ ![ Code Climate] ( https://img.shields.io/codeclimate/github/make-github-pseudonymous-again/js-type.svg?style=flat )] ( https://codeclimate.com/github/make-github-pseudonymous-again/js-type )
18
- [ ![ NPM downloads per month] ( https://img.shields.io/npm/dm/@aureooms/js-type.svg?style=flat )] ( https://www.npmjs.org/package/@aureooms/js-type )
19
- [ ![ GitHub issues] ( https://img.shields.io/github/issues/make-github-pseudonymous-again/js-type.svg?style=flat )] ( https://github.com/make-github-pseudonymous-again/js-type/issues )
20
- [ ![ Inline docs] ( http://inch-ci.org/github/make-github-pseudonymous-again/js-type.svg?branch=master&style=shields )] ( http://inch-ci.org/github/make-github-pseudonymous-again/js-type )
10
+ [ ![ License] ( https://img.shields.io/github/license/make-github-pseudonymous-again/js-type.svg )] ( https://raw.githubusercontent.com/make-github-pseudonymous-again/js-type/main/LICENSE )
11
+ [ ![ Version] ( https://img.shields.io/npm/v/@aureooms/js-type.svg )] ( https://www.npmjs.org/package/@aureooms/js-type )
12
+ [ ![ Tests] ( https://img.shields.io/github/workflow/status/make-github-pseudonymous-again/js-type/ci:cover?event=push&label=tests )] ( https://github.com/make-github-pseudonymous-again/js-type/actions/workflows/ci:cover.yml?query=branch:main )
13
+ [ ![ Dependencies] ( https://img.shields.io/librariesio/github/make-github-pseudonymous-again/js-type.svg )] ( https://github.com/make-github-pseudonymous-again/js-type/network/dependencies )
14
+ [ ![ GitHub issues] ( https://img.shields.io/github/issues/make-github-pseudonymous-again/js-type.svg )] ( https://github.com/make-github-pseudonymous-again/js-type/issues )
15
+ [ ![ Downloads] ( https://img.shields.io/npm/dm/@aureooms/js-type.svg )] ( https://www.npmjs.org/package/@aureooms/js-type )
16
+
17
+ [ ![ Code issues] ( https://img.shields.io/codeclimate/issues/make-github-pseudonymous-again/js-type.svg )] ( https://codeclimate.com/github/make-github-pseudonymous-again/js-type/issues )
18
+ [ ![ Code maintainability] ( https://img.shields.io/codeclimate/maintainability/make-github-pseudonymous-again/js-type.svg )] ( https://codeclimate.com/github/make-github-pseudonymous-again/js-type/trends/churn )
19
+ [ ![ Code coverage (cov)] ( https://img.shields.io/codecov/c/gh/make-github-pseudonymous-again/js-type/main.svg )] ( https://codecov.io/gh/make-github-pseudonymous-again/js-type )
20
+ [ ![ Code technical debt] ( https://img.shields.io/codeclimate/tech-debt/make-github-pseudonymous-again/js-type.svg )] ( https://codeclimate.com/github/make-github-pseudonymous-again/js-type/trends/technical_debt )
21
+ [ ![ Documentation] ( https://make-github-pseudonymous-again.github.io/js-type//badge.svg )] ( https://make-github-pseudonymous-again.github.io/js-type//source.html )
22
+ [ ![ Package size] ( https://img.shields.io/bundlephobia/minzip/@aureooms/js-type )] ( https://bundlephobia.com/result?p=@aureooms/js-type )
21
23
22
24
Can be managed through [ jspm] ( https://github.com/jspm/jspm-cli ) ,
23
25
[ duo] ( https://github.com/duojs/duo ) ,
0 commit comments