Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/elmijo/builder-box-core
- Owner: elmijo
- License: mit
- Created: 2020-08-09T15:59:44.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-09-08T14:37:56.000Z (over 4 years ago)
- Last Synced: 2024-11-18T11:05:46.682Z (about 2 months ago)
- Topics: babel, builder-box, codecov, coveralls, eslint, integration-testing, jest, library, node, prettier, travis-ci, typescript, unit-testing, webpack
- Language: TypeScript
- Homepage:
- Size: 147 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
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
```