Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/elmijo/builder-box-core

This framework will allow you to develop APIs quickly and simply
https://github.com/elmijo/builder-box-core

babel builder-box codecov coveralls eslint integration-testing jest library node prettier travis-ci typescript unit-testing webpack

Last synced: about 1 month ago
JSON representation

This framework will allow you to develop APIs quickly and simply

Awesome Lists containing this project

README

        

# Builder Box Rest API
This framework will allow you to develop APIs quickly and simply

[![MIT License](https://img.shields.io/apm/l/atomic-design-ui.svg?)](https://github.com/ElMijo/builder-box-core/blob/master/LICENSE) [![Build Status](https://travis-ci.org/ElMijo/builder-box-core.svg?branch=master)](https://travis-ci.org/ElMijo/builder-box-core) [![Coverage Status](https://coveralls.io/repos/github/ElMijo/builder-box-core/badge.svg?branch=master)](https://coveralls.io/github/ElMijo/builder-box-core?branch=master) [![codecov](https://codecov.io/gh/ElMijo/builder-box-core/branch/master/graph/badge.svg)](https://codecov.io/gh/ElMijo/builder-box-core) [![code style: prettier](https://img.shields.io/badge/code_style-prettier-ff69b4.svg?style=flat-square)](https://github.com/prettier/prettier) [![dependencies Status](https://david-dm.org/ElMijo/builder-box-core/status.svg)](https://david-dm.org/ElMijo/builder-box-core) [![devDependencies Status](https://david-dm.org/ElMijo/builder-box-core/dev-status.svg)](https://david-dm.org/ElMijo/builder-box-core?type=dev) [![peerDependencies Status](https://david-dm.org/ElMijo/builder-box-core/peer-status.svg)](https://david-dm.org/ElMijo/builder-box-core?type=peer)

## Install
```bash
yarn add @builderbox/core
```
or

```bash
npm install --save @builderbox/core
```