An open API service indexing awesome lists of open source software.

https://github.com/icapps/skleijfc


https://github.com/icapps/skleijfc

Last synced: 2 months ago
JSON representation

Awesome Lists containing this project

README

          

# Silverback

NodeJS Silverback boilerplate project

[![Dependencies](https://david-dm.org/icapps/nodejs-silverback.svg)](https://david-dm.org/icapps/nodejs-silverback.svg)
[![Build Status](https://travis-ci.org/icapps/nodejs-silverback.svg?branch=master)](https://travis-ci.org/icapps/nodejs-silverback)
[![Coverage Status](https://coveralls.io/repos/github/icapps/nodejs-silverback/badge.svg)](https://coveralls.io/github/icapps/nodejs-silverback)

## Installation

Install all dependencies via npm

```shell
npm install
```

or via yarn

```shell
yarn
```

## Tests

- You can run `yarn test` to run all tests
- You can run `yarn test:coverage` to run all tests with coverage report

## Bugs

When you find issues, please report them:

- web: [https://github.com/icapps/nodejs-silverback/issues](https://github.com/icapps/nodejs-silverback/issues)

Be sure to include all of the output from the npm command that didn't work as expected. The npm-debug.log file is also helpful to provide.

## Authors

See the list of [contributors](https://github.com/icapps/nodejs-silverback/contributors) who participated in this project.

## License

This project is licensed under the ISC License - see the [LICENSE.md](LICENSE.md) file for details