https://github.com/icapps/skleijfc
https://github.com/icapps/skleijfc
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/icapps/skleijfc
- Owner: icapps
- License: isc
- Created: 2018-04-24T13:52:51.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-04-24T13:52:56.000Z (about 8 years ago)
- Last Synced: 2025-06-29T14:39:38.339Z (11 months ago)
- Language: TypeScript
- Size: 101 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Silverback
NodeJS Silverback boilerplate project
[](https://david-dm.org/icapps/nodejs-silverback.svg)
[](https://travis-ci.org/icapps/nodejs-silverback)
[](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