Skip to content

Commit

Permalink
Merge pull request #9 from wad-jet/develop
Browse files Browse the repository at this point in the history
travis and coveralls
  • Loading branch information
wad-jet committed Oct 24, 2019
2 parents 2032b4d + c7100f0 commit c70d8c2
Show file tree
Hide file tree
Showing 5 changed files with 411 additions and 75 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
language: node_js
node_js:
- 10
after_success: npm run coverage
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

Dependency Injection for Express

[![NPM Version][npm-image]][npm-url]
[![Linux Build][travis-image]][travis-url]
[![Test Coverage][coveralls-image]][coveralls-url]

## Installation

```sh
Expand Down Expand Up @@ -126,3 +130,12 @@ const sampleInstance = deps.resolve('sample');
```

The **deps** can be used as a service locator.

I will be glad to your wishes, suggestions and comments. Please, write to <express.di@wad-jet.ru>.

[npm-image]: https://img.shields.io/npm/v/express-dependencies.svg
[npm-url]: https://npmjs.org/package/express-dependencies
[travis-image]: https://img.shields.io/travis/wad-jet/express-dependencies/master.svg?label=linux
[travis-url]: https://travis-ci.org/wad-jet/express-dependencies
[coveralls-image]: https://img.shields.io/coveralls/wad-jet/express-dependencies/master.svg
[coveralls-url]: https://coveralls.io/r/wad-jet/express-dependencies?branch=master

0 comments on commit c70d8c2

Please sign in to comment.