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

https://github.com/breejs/bree-desktop

Bree Desktop Application
https://github.com/breejs/bree-desktop

Last synced: 5 months ago
JSON representation

Bree Desktop Application

Awesome Lists containing this project

README

          

# bree-desktop

[![build status](https://img.shields.io/travis/com/breejs/bree-desktop.svg)](https://travis-ci.com/breejs/bree-desktop)
[![code coverage](https://img.shields.io/codecov/c/github/breejs/bree-desktop.svg)](https://codecov.io/gh/breejs/bree-desktop)
[![code style](https://img.shields.io/badge/code_style-XO-5ed9c7.svg)](https://github.com/sindresorhus/xo)
[![styled with prettier](https://img.shields.io/badge/styled_with-prettier-ff69b4.svg)](https://github.com/prettier/prettier)
[![made with lass](https://img.shields.io/badge/made_with-lass-95CC28.svg)](https://lass.js.org)
[![license](https://img.shields.io/github/license/breejs/bree-desktop.svg)](LICENSE)
[![npm downloads](https://img.shields.io/npm/dt/bree-desktop.svg)](https://npm.im/bree-desktop)

> Bree Desktop Application

## Table of Contents

* [Install](#install)
* [Usage](#usage)
* [Contributors](#contributors)
* [License](#license)

## Install

[npm][]:

```sh
npm install bree-desktop
```

[yarn][]:

```sh
yarn add bree-desktop
```

## Usage

```js
const BreeDesktop = require('bree-desktop');

const breeDesktop = new BreeDesktop();

console.log(breeDesktop.renderName());
// script
```

## Contributors

| Name | Website |
| ----------------- | --------------------------------- |
| **Taylor Schley** | |

## License

[MIT](LICENSE) © [Taylor Schley](https://github.com/shadowgate15)

##

[npm]: https://www.npmjs.com/

[yarn]: https://yarnpkg.com/